From 1cf360f6028dbbf8fb30f8501ffe7e7cb4b105e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:35:49 +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 ae8248c..5c7d68d 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 }}*'