diff --git a/.github/workflows/generate-protobuf.yml b/.github/workflows/generate-protobuf.yml index 5a08fde20..794ed017e 100644 --- a/.github/workflows/generate-protobuf.yml +++ b/.github/workflows/generate-protobuf.yml @@ -72,7 +72,7 @@ jobs: # zizmor: ignore[artipacked] -- needs credentials to push persist-credentials: true - name: Download generated patch - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: protobuf-sources-patch path: /tmp/patch diff --git a/.github/workflows/nightly-benchmarks.yml b/.github/workflows/nightly-benchmarks.yml index a494f6e4d..84b314c3b 100644 --- a/.github/workflows/nightly-benchmarks.yml +++ b/.github/workflows/nightly-benchmarks.yml @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - name: Download benchmark results - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: benchmark-results path: /tmp/benchmark-output