From c17698d18ce68afc7ee33f19e53c5cbd0343fb76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:15:46 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build-and-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index dff8408..421405a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -129,7 +129,7 @@ jobs: - name: Upload artifacts if: ${{ !env.ACT }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ matrix.artifact_name }}-${{ matrix.grpc_version }} path: artifacts/${{ matrix.artifact_name }}-${{ matrix.grpc_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d78ff8..590ed71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Download all artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: merge-multiple: true path: release-artifacts