We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0522a9f commit 738dfd0Copy full SHA for 738dfd0
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
gzip -f9 $final_binary
64
65
- name: Archive binary artifacts
66
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v6
67
with:
68
name: binaries
69
if-no-files-found: warn
@@ -103,7 +103,7 @@ jobs:
103
- target: aarch64-apple-darwin
104
steps:
105
- name: Download all workflow run artifacts
106
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v7
107
108
- name: Upload Release Asset
109
id: upload-release-asset
0 commit comments