Skip to content

Commit

Permalink
Merge pull request #183 from astropy/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4 in /.github/workflows
  • Loading branch information
pllim committed Feb 5, 2024
2 parents 04947b6 + 25b3e5f commit 56f69fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
run: tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
- name: Upload coverage to codecov
if: ${{ contains(matrix.toxenv,'-cov') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml

0 comments on commit 56f69fe

Please sign in to comment.