Skip to content

Commit

Permalink
Merge pull request #16 from jgarzik/ci
Browse files Browse the repository at this point in the history
[CI] update GHA to artifact upload from v2 to v4
  • Loading branch information
jgarzik authored Feb 22, 2024
2 parents 666e313 + 16c05c2 commit 10f63c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/TestingCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
- name: Run tests
Expand Down 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 10f63c1

Please sign in to comment.