From 8949e0f84d0b8b112089eb54253a44af7e5385ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:59:53 +0000 Subject: [PATCH] Update actions/upload-artifact action to 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 6d51dfd..4c84afb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} - name: Upload assets - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: forwarder path: dist/*