diff --git a/.github/workflows/check.dist.yml b/.github/workflows/check.dist.yml index 4b9eb17..b31c970 100644 --- a/.github/workflows/check.dist.yml +++ b/.github/workflows/check.dist.yml @@ -48,7 +48,7 @@ jobs: exit 1 fi - name: "Build: Upload Artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist diff --git a/.github/workflows/check.scorecards.yml b/.github/workflows/check.scorecards.yml index 194b2e7..2842bac 100644 --- a/.github/workflows/check.scorecards.yml +++ b/.github/workflows/check.scorecards.yml @@ -37,7 +37,7 @@ jobs: results_format: sarif publish_results: true - name: "Artifacts: Analysis SARIF" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: SARIF file path: results.sarif