Skip to content

Commit b1fcbdc

Browse files
committed
update to actions/upload-artifact@v4
1 parent 98cc490 commit b1fcbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GOARCH: amd64
3636

3737
- name: Archive production artifacts
38-
uses: actions/upload-artifact@v1
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: dist
4141
path: dist

0 commit comments

Comments
 (0)