diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d548511e7..4e3747e54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -368,7 +368,7 @@ jobs: maint/RunManifestTest tarball-dir maint/manifest-tarball - name: Upload to GitHub artifacts - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: "Distribution release" path: | @@ -449,7 +449,7 @@ jobs: echo '```' >> "$GITHUB_STEP_SUMMARY" - name: Upload report to GitHub artifacts - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: "Coverage report" path: './build/coverage-report' diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 977e9db7b..152fb472a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -24,7 +24,7 @@ jobs: fuzz-seconds: 300 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/clang-analyzer.yml b/.github/workflows/clang-analyzer.yml index 438dcb799..f048733c6 100644 --- a/.github/workflows/clang-analyzer.yml +++ b/.github/workflows/clang-analyzer.yml @@ -59,7 +59,7 @@ jobs: # Upload the browsable HTML report as an artifact. - name: Upload report - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: "Clang Static Analyzer report" path: './build/clang-report' diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 594695c23..9888f74d8 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -44,7 +44,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: SARIF file path: results.sarif