diff --git a/.github/workflows/security-scorecard.yml b/.github/workflows/security-scorecard.yml index 2040044d7..c80226279 100644 --- a/.github/workflows/security-scorecard.yml +++ b/.github/workflows/security-scorecard.yml @@ -55,7 +55,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@v3.1.0 + uses: actions/upload-artifact@v4 with: name: SARIF file path: results.sarif