Skip to content

Commit

Permalink
[CI] update GHA to artifact upload from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed Feb 22, 2024
1 parent 666e313 commit 3c83dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestingCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- run: cargo build --release --verbose
- run: cargo run --release --verbose
- name: Upload self-signed-cert.exe as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: self-signed-cert-win64-exe
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

0 comments on commit 3c83dcd

Please sign in to comment.