Skip to content

Commit fb40fd5

Browse files
chore(deps): update github artifact actions
1 parent 0522a9f commit fb40fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
gzip -f9 $final_binary
6464
6565
- name: Archive binary artifacts
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: binaries
6969
if-no-files-found: warn
@@ -103,7 +103,7 @@ jobs:
103103
- target: aarch64-apple-darwin
104104
steps:
105105
- name: Download all workflow run artifacts
106-
uses: actions/download-artifact@v2
106+
uses: actions/download-artifact@v5
107107

108108
- name: Upload Release Asset
109109
id: upload-release-asset

0 commit comments

Comments
 (0)