Skip to content

Commit

Permalink
Bump codecov action to 4.2 to attempt to unblock/fix codecov upload s…
Browse files Browse the repository at this point in the history
…talls/hangs

Signed-off-by: Darach Ennis <darach@gmail.com>
  • Loading branch information
darach committed Apr 11, 2024
1 parent 63f07bc commit f1e6f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
RUSTFLAGS: -D warnings -C target-cpu=native
RUST_BACKTRACE: full
run: cargo llvm-cov --verbose --lcov --output-path lcov.txt --locked
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit f1e6f9c

Please sign in to comment.