Skip to content

Commit

Permalink
Move off deprecated argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
plannigan committed Nov 17, 2024
1 parent 07e8c46 commit 24ede5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Publish coverage results to Codecov
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
file: coverage-${{ matrix.python-version }}.xml
files: coverage-${{ matrix.python-version }}.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 24ede5b

Please sign in to comment.