Skip to content

Commit

Permalink
Merge pull request #16 from swissspidy/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.4.1
  • Loading branch information
swissspidy authored Jun 5, 2024
2 parents 86d67c9 + 25615dd commit f7a1890
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.3.1"
uses: "codecov/codecov-action@v4.4.1"
with:
file: "coverage.xml"
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f7a1890

Please sign in to comment.