Skip to content

Commit 9b54892

Browse files
committed
Use latest codecov action
1 parent 9cef96d commit 9b54892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
make
4040
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py test/*/*.py
4141
${GCC/gcc/gcov} */*/*/*.gcno
42-
- uses: codecov/codecov-action@v3
42+
- uses: codecov/codecov-action@v5
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)