Skip to content

Commit

Permalink
Merge pull request #1681 from MegaMek/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
HammerGS authored Jan 5, 2025
2 parents 0ce84a4 + 6022767 commit 21993dd
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 @@ -79,7 +79,7 @@ jobs:
path: ./megameklab/megameklab/build/reports/

- name: CodeCov.io Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: ./megameklab/megameklab/build/reports/jacoco/test
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: ./megameklab/megameklab/build/reports/

- name: CodeCov.io Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: ./megameklab/megameklab/build/reports/jacoco/test
fail_ci_if_error: false
Expand Down

0 comments on commit 21993dd

Please sign in to comment.