Skip to content

Commit 8ad6785

Browse files
Bump actions/upload-artifact from 3 to 4 (#138)
1 parent 01ef3b2 commit 8ad6785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run tests
2828
run: cargo test --verbose
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: PowerSession
3333
path: target/release/PowerSession.exe

0 commit comments

Comments
 (0)