We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689a4eb commit 37a4246Copy full SHA for 37a4246
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
run: cargo build --release
63
64
- name: Save result
65
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
66
with:
67
name: "Diskuto-${{ matrix.os }}"
68
path: |
0 commit comments