Skip to content

Commit

Permalink
Merge pull request #212 from ASSERT-KTH/renovate/codecov-codecov-acti…
Browse files Browse the repository at this point in the history
…on-3.x

Update codecov/codecov-action action to v3
  • Loading branch information
cesarsotovalero authored Dec 25, 2023
2 parents 3906c50 + f7a67e1 commit a657f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: "Codecov"
if: matrix.os == 'ubuntu-latest' && matrix.java == 17 && github.repository == 'castor-software/depclean'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./depclean-maven-plugin/target/site/jacoco/jacoco.xml,./depclean-core/target/site/jacoco/jacoco.xml
Expand Down

0 comments on commit a657f12

Please sign in to comment.