We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbd1ba commit bee3fbcCopy full SHA for bee3fbc
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Uploading
55
if: ${{github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')}}
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
57
with:
58
name: bin-${{runner.os}}-${{matrix.arch}}
59
path: bin/**
0 commit comments