diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a00002a16..c95062d27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: zip -r ../accelerator.zip . - name: Upload Artifacts to Action - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: accelerator path: | diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2a5c6e8ac..bd0d5e681 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@b18b1d32f3f31abcdc29dee3f2484801fe7822f4 # v4.3.6 with: name: SARIF file path: results.sarif