Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4 in /.github/workflows
  • Loading branch information
pllim authored Feb 5, 2024
2 parents 9b941fd + 1ad4779 commit 5cbe304
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 @@ -87,7 +87,7 @@ 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
verbose: true

0 comments on commit 5cbe304

Please sign in to comment.