Skip to content

Commit

Permalink
Merge pull request #1275 from major/renovate/codecov-codecov-action-3.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v3
  • Loading branch information
major authored Dec 7, 2023
2 parents 9810c7c + b25a22c commit c86eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: tox

- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: ${{ matrix.python-version == '3.11' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c86eee8

Please sign in to comment.