We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e7551f + 3538194 commit 199bf39Copy full SHA for 199bf39
1 file changed
.github/workflows/release-management.yml
@@ -44,7 +44,7 @@ jobs:
44
zip -r ../${{matrix.os_bin}}.zip bin/*
45
# Uploads binaries as artifacts (just as a backup)
46
- name: Upload Binaries
47
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
48
with:
49
name: ${{matrix.os_bin}}
50
path: ${{matrix.os_bin}}.zip
0 commit comments