Skip to content

Commit 6508aac

Browse files
authored
Update several actions to newest versions (#511)
1 parent 7ce8351 commit 6508aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
3939
shell: bash
4040
- name: Cache Conda env
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ${{ env.CONDA }}/envs
4444
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:
106106
run: python -m pytest -vv -s --integration tests/integration
107107
- name: Upload coverage reports to Codecov
108108
if: ${{ (matrix.os == 'ubuntu') && (matrix.python-version == '3.11') }}
109-
uses: codecov/codecov-action@v4
109+
uses: codecov/codecov-action@v5
110110
with:
111111
fail_ci_if_error: true
112112
env:

0 commit comments

Comments
 (0)