Skip to content

Commit 3c83dcd

Browse files
committed
[CI] update GHA to artifact upload from v2 to v4
1 parent 666e313 commit 3c83dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/TestingCI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- run: cargo build --release --verbose
7676
- run: cargo run --release --verbose
7777
- name: Upload self-signed-cert.exe as an artifact
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: self-signed-cert-win64-exe
81-
path: target/release/self-signed-cert.exe # or target/debug/self-signed-cert.exe if you're building a debug version
81+
path: target/release/self-signed-cert.exe
8282

0 commit comments

Comments
 (0)