We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ef3b2 commit 8ad6785Copy full SHA for 8ad6785
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run tests
28
run: cargo test --verbose
29
- name: Upload artifact
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: PowerSession
33
path: target/release/PowerSession.exe
0 commit comments