We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666e313 commit 3c83dcdCopy full SHA for 3c83dcd
.github/workflows/TestingCI.yml
@@ -75,8 +75,8 @@ jobs:
75
- run: cargo build --release --verbose
76
- run: cargo run --release --verbose
77
- name: Upload self-signed-cert.exe as an artifact
78
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
79
with:
80
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
+ path: target/release/self-signed-cert.exe
82
0 commit comments