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 3, 2024
1 parent 8bff0d5 commit d4f9072
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 @@ -76,7 +76,6 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./artifacts/coverage/coverage.cobertura.xml
flags: ${{ matrix.os-name }}

- name: Generate SBOM
Expand Down

0 comments on commit d4f9072

Please sign in to comment.