Skip to content

Commit 4a4c55c

Browse files
authored
Merge pull request #2896 from lizardruss/fix-download-artifact
fix: update download-artifact
2 parents 0fac29c + f49e95f commit 4a4c55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Check out code into the Go module directory
7474
uses: actions/checkout@v1
7575
- name: Download ui tar
76-
uses: actions/download-artifact@v2
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: ui-tar
7979
- name: install-upx

0 commit comments

Comments
 (0)