Skip to content

Commit

Permalink
Merge pull request #189 from spacetelescope/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/master/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
pllim committed Feb 22, 2024
2 parents deed92c + 00fe0e2 commit 9ce8e9b
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 @@ -116,6 +116,6 @@ jobs:
run: tox -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
- 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 9ce8e9b

Please sign in to comment.