Skip to content

Commit

Permalink
Bump the actions group with 1 update (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 12, 2024
2 parents cd54d35 + 48347bc commit 2b5e073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
tox -e py
- name: Upload coverage
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.python-version }}
name: Python ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 2b5e073

Please sign in to comment.