There was an error while loading. Please reload this page.
1 parent 4d2ab4c commit 911714bCopy full SHA for 911714b
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
with:
25
submodules: true
26
- name: Setup conda
@@ -39,6 +39,6 @@ jobs:
39
make
40
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py test/*/*.py
41
${GCC/gcc/gcov} */*/*/*.gcno
42
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
43
44
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments