We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dfbf0 commit f511040Copy full SHA for f511040
.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@v3
67
with:
68
name: binaries
69
if-no-files-found: warn
0 commit comments