Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v4 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent e082b70 commit a895ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run tests and generate coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info nextest --profile ci

- uses: mikepenz/action-junit-report@v3
- uses: mikepenz/action-junit-report@v4
if: always()
with:
check_name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests and generate coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info nextest --profile ci

- uses: mikepenz/action-junit-report@v3
- uses: mikepenz/action-junit-report@v4
if: always()
with:
check_name: test
Expand Down

0 comments on commit a895ce8

Please sign in to comment.