From a394381e03391ea9a77e9dd42680fc59b0eecb9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:38:15 +0000 Subject: [PATCH] Update GitHub Artifact Actions from v5 to v7 (major v7) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4df4f9..1d76272 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: # we don't allow neither secrets to be used during build process, nor additional permissions dry-run: true - name: Upload binary artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.target }} path: '*-${{ matrix.target }}*' @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v6 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: merge-multiple: true path: artifacts