Skip to content

Commit c07fe33

Browse files
Bump the actions group with 1 update (#635)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 0b8361c commit c07fe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
python -m pip install tox
3434
- name: Run Tests
3535
run: tox -e py
36-
- uses: codecov/codecov-action@v3
36+
- uses: codecov/codecov-action@v4
3737
if: always()
3838
with:
39-
token: ${{ secrets.CODECOV_TOKEN }}
39+
token: ${{ secrets.CODECOV_ORG_TOKEN }}
4040
file: ./coverage.xml
4141
flags: Python_${{ steps.python-install.outputs.python-version }}

0 commit comments

Comments
 (0)