Skip to content

Commit

Permalink
Merge pull request #7 from swissspidy/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-3.1.5
  • Loading branch information
swissspidy authored Jan 29, 2024
2 parents ea06a43 + adef18e commit 5f08296
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@v3.1.4"
uses: "codecov/codecov-action@v3.1.5"
with:
file: "coverage.xml"
if: ${{ matrix.coverage }}
Expand Down

0 comments on commit 5f08296

Please sign in to comment.