Skip to content

Commit

Permalink
Bump the actions group with 1 update (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and hugovk committed Apr 10, 2024
1 parent 0b8361c commit c07fe33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
python -m pip install tox
- name: Run Tests
run: tox -e py
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}
file: ./coverage.xml
flags: Python_${{ steps.python-install.outputs.python-version }}

0 comments on commit c07fe33

Please sign in to comment.