From 26f0299e118f6d22ab7ead4aff1308e1561048e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:12:41 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .github/workflows/generate-protobuf.yml | 2 +- .github/workflows/nightly-benchmarks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-protobuf.yml b/.github/workflows/generate-protobuf.yml index 63efccce0..e096b5881 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 44377d87f..a5d877024 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