Skip to content

Commit 1a30737

Browse files
author
rchevrier
committed
Upgrade to cache v5 action
1 parent fbe380b commit 1a30737

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "machine tds-odatis.aviso.altimetry.fr login ${{ secrets.AVISO_USER }} password ${{ secrets.AVISO_PASSWORD }}" > ~/.netrc
7272
# Cached retrieval of L2_LR_SSH data
7373
- name: Restore cached sample data for L2_LR_SSH
74-
uses: actions/cache@v4
74+
uses: actions/cache@v5
7575
id: restore_samples_l2_lr_ssh
7676
with:
7777
path: docs/implementations/data_l2_lr_ssh
@@ -83,14 +83,14 @@ jobs:
8383
set -e
8484
python docs/implementations/scripts/pull_data_l2_lr_ssh.py
8585
- name: Cache L2_LR_SSH data
86-
uses: actions/cache/save@v4
86+
uses: actions/cache/save@v5
8787
if: steps.restore_samples_l2_lr_ssh.outputs['cache-hit'] != 'true'
8888
with:
8989
path: docs/implementations/data_l2_lr_ssh
9090
key: samples-${{ hashFiles('docs/implementations/scripts/pull_data_l2_lr_ssh.py') }}
9191
# Cached retrieval of L3_LR_SSH data
9292
- name: Restore cached sample data for L3_LR_SSH
93-
uses: actions/cache@v4
93+
uses: actions/cache@v5
9494
id: restore_samples_l3_lr_ssh
9595
with:
9696
path: docs/implementations/data_l3_lr_ssh
@@ -102,7 +102,7 @@ jobs:
102102
set -e
103103
python docs/implementations/scripts/pull_data_l3_lr_ssh.py
104104
- name: Cache L3_LR_SSH data
105-
uses: actions/cache/save@v4
105+
uses: actions/cache/save@v5
106106
if: steps.restore_samples_l3_lr_ssh.outputs['cache-hit'] != 'true'
107107
with:
108108
path: docs/implementations/data_l3_lr_ssh

0 commit comments

Comments
 (0)