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 d06fb91 commit e0e9f85
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 @@ -73,7 +73,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
file: ./artifacts/coverage/coverage.net8.0.cobertura.xml
flags: ${{ matrix.os-name }}
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit e0e9f85

Please sign in to comment.