Skip to content

Commit

Permalink
Merge pull request #18 from swissspidy/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.5.0
  • Loading branch information
swissspidy authored Jul 1, 2024
2 parents f7a1890 + 869c222 commit 6c2ad62
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 @@ -133,7 +133,7 @@ jobs:
if: ${{ matrix.coverage }}

- name: "Upload code coverage report"
uses: "codecov/codecov-action@v4.4.1"
uses: "codecov/codecov-action@v4.5.0"
with:
file: "coverage.xml"
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 6c2ad62

Please sign in to comment.