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 Dec 31, 2024
1 parent 39d97b5 commit 4b96163
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:
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
name: Upload coverage to Codecov
with:
file: ./artifacts/coverage/coverage.cobertura.xml
flags: ${{ matrix.os-name }}
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 4b96163

Please sign in to comment.