Skip to content

Commit

Permalink
Merge pull request #14 from swissspidy/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.3.1
  • Loading branch information
swissspidy committed May 6, 2024
2 parents c6c15c9 + 13aaf61 commit 404df6a
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 @@ -132,7 +132,7 @@ jobs:
if: ${{ matrix.coverage }}

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

0 comments on commit 404df6a

Please sign in to comment.