From cfe0ab9f991663f1ba3b8823ceebbc333e4e2b20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:38:07 +0000 Subject: [PATCH] Update actions/upload-artifact action from v4 to v5 (major v5) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4df4f9..5d94c62 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@v5 with: name: ${{ matrix.target }} path: '*-${{ matrix.target }}*'