We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc733a commit e41d168Copy full SHA for e41d168
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
RUSTTARGET: x86_64-unknown-linux-musl
32
UPLOAD_MODE: none
33
- name: Upload artifact
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
with:
36
name: Binary
37
path: |
0 commit comments