We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0522a9f commit 0533c01Copy full SHA for 0533c01
.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@v7
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@v8
107
108
- name: Upload Release Asset
109
id: upload-release-asset
0 commit comments