Skip to content

Commit 02c8263

Browse files
committed
feat: github action
1 parent db58458 commit 02c8263

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
@@ -50,7 +50,7 @@ jobs:
5050
if: startsWith(github.ref, 'refs/tags/')
5151
steps:
5252
- name: Download all artifacts
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@v4
5454
with:
5555
path: ./artifacts # Specify a download path
5656

0 commit comments

Comments
 (0)