We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff94a4c commit 3b232fdCopy full SHA for 3b232fd
1 file changed
.github/workflows/tests.yml
@@ -31,9 +31,9 @@ jobs:
31
run:
32
shell: bash -l {0}
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
35
- name: Setup conda
36
- uses: conda-incubator/setup-miniconda@v3
+ uses: conda-incubator/setup-miniconda@v4
37
with:
38
python-version: ${{ matrix.python }}
39
environment-file: .github/test_conda_env.yml
@@ -51,7 +51,7 @@ jobs:
51
coverage combine
52
coverage xml -o ../coverage.xml
53
- name: upload coverage
54
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v6
55
56
token: ${{ secrets.CODECOV_TOKEN }} # required
57
fail_ci_if_error: true
0 commit comments