Skip to content

Commit 0d6583e

Browse files
committed
upgrade actions/upload-artifact to v4
1 parent a277321 commit 0d6583e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Upload binaries
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: binaries
3636
path: dist

0 commit comments

Comments
 (0)