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

Commit 8949e0f

Browse files
Update actions/upload-artifact action to v5
1 parent 1e57c9d commit 8949e0f

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@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: forwarder
3636
path: dist/*

0 commit comments

Comments
 (0)