Skip to content

Commit 2b5e073

Browse files
authored
Bump the actions group with 1 update (#13)
2 parents cd54d35 + 48347bc commit 2b5e073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
tox -e py
3535
3636
- name: Upload coverage
37-
uses: codecov/codecov-action@v3.1.5
37+
uses: codecov/codecov-action@v4
3838
with:
3939
flags: ${{ matrix.python-version }}
4040
name: Python ${{ matrix.python-version }}
41+
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)