diff --git a/.github/workflows/ci_steps.yml b/.github/workflows/ci_steps.yml index debbe521..b91b1762 100644 --- a/.github/workflows/ci_steps.yml +++ b/.github/workflows/ci_steps.yml @@ -123,7 +123,7 @@ jobs: - name: Upload install_manifest.txt # Upload the manifest to make it possible to download for inspection and debugging - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: install_manifest path: _build/${{ env.INSTALL_MANIFEST }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4e2f889c..75ad9f7a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -43,7 +43,7 @@ jobs: # Upload the results as artifacts (optional) - name: "Upload artifact" - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 with: name: SARIF file path: results.sarif