Skip to content

Commit 4a98f09

Browse files
committed
Update to actions/upload-artifact@v4
1 parent b70babf commit 4a98f09

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
@@ -21,7 +21,7 @@ jobs:
2121
make
2222
2323
- name: Upload Linux build
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: linux-amd64
2727
path: |

0 commit comments

Comments
 (0)