Skip to content

Commit

Permalink
Bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spacejam committed Dec 27, 2024
1 parent 13856e3 commit c5e0f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
rustup update --no-self-update
cargo test --release --no-default-features --features=testing -- --nocapture
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() && runner.os == 'linux' }}
with:
name: linux-core-dumps
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
echo ""
echo "all backtraces:"
gdb target/release/stress2 core-dumps/* -batch -ex 't a a bt -frame-info source-and-location'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: linux-core-dumps
Expand Down

0 comments on commit c5e0f55

Please sign in to comment.