diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 742fd9c..427d233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: # Upload plugin artifact to make it available in the next jobs - name: Upload artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: plugin-artifact path: ./build/distributions/${{ needs.build.outputs.artifact }}