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 authored Nov 25, 2024
1 parent b3134ed commit e94c73c
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 e94c73c

Please sign in to comment.