Skip to content

Commit da13660

Browse files
committed
CI: bump workflow actions
1 parent 0ab910f commit da13660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python }}
2020
- run: pip install -U .[dev]
2121
- run: pytest --durations-min=1
22-
- uses: codecov/codecov-action@v4
22+
- uses: codecov/codecov-action@v5
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
2525
matlab:
@@ -36,7 +36,7 @@ jobs:
3636
run: setup-python -p${{ matrix.python }}
3737
- run: pip install -U .[dev] 'setuptools<66' # ignore matlab engine PEP440 non-compliance https://github.com/pypa/setuptools/issues/3772
3838
- run: pytest --durations-min=1
39-
- uses: codecov/codecov-action@v4
39+
- uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
- name: Post Run setup-python

0 commit comments

Comments
 (0)