Skip to content

Commit 8bcb388

Browse files
Merge pull request #16 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents e59b288 + a415772 commit 8bcb388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Test with pytest
2121
run: |
2222
make testsuite.run
23-
- uses: codecov/codecov-action@v4
23+
- uses: codecov/codecov-action@v5
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
flags: Python-v${{ matrix.python-version }}

0 commit comments

Comments
 (0)