Skip to content

Commit

Permalink
chore: update codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Sep 26, 2024
1 parent 8e4dc6e commit dfac24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: scripts/generate_tests_from_examples.py
- name: Run tests
run: pytest tests ${{ matrix.pytest-args }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
# https://gh.neting.ccmunity/t/run-step-if-file-exists/16445/3
if: hashFiles('coverage.xml') != ''
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dfac24d

Please sign in to comment.