We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce8351 commit 6508aacCopy full SHA for 6508aac
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
39
shell: bash
40
- name: Cache Conda env
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
path: ${{ env.CONDA }}/envs
44
key: miniforge-${{ runner.os }}--${{ runner.arch }}--python-${{ matrix.python-version }}--${{ steps.get-date.outputs.today }}-${{ hashFiles('environment.yml') }}-${{ env.CACHE_NUMBER }}
@@ -106,7 +106,7 @@ jobs:
106
run: python -m pytest -vv -s --integration tests/integration
107
- name: Upload coverage reports to Codecov
108
if: ${{ (matrix.os == 'ubuntu') && (matrix.python-version == '3.11') }}
109
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
110
111
fail_ci_if_error: true
112
env:
0 commit comments