Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 1e57c9d

Browse files
Update actions/upload-artifact action to v4 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7396f4 commit 1e57c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
3131
-
3232
name: Upload assets
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: forwarder
3636
path: dist/*

0 commit comments

Comments
 (0)