Skip to content

Commit

Permalink
Fix workflow warning
Browse files Browse the repository at this point in the history
Remove deprecated `file` input for codecov/codecov-action.
  • Loading branch information
martincostello committed Nov 25, 2024
1 parent 08ea549 commit 7d5293e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
file: ./artifacts/coverage/coverage.cobertura.xml
flags: ${{ matrix.os_name }}
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7d5293e

Please sign in to comment.