Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Upgrade deprecated GH acitons
  • Loading branch information
anguschadney authored Jan 23, 2025
1 parent 819767c commit fb4e514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ jobs:
echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV
- name: Cache data and cutouts folders
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
data
cutouts
key: data-cutouts-${{ env.WEEK }}-${{ env.DATA_CACHE_NUMBER }}

- name: Create environment cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ${{ matrix.prefix }}
Expand All @@ -108,7 +108,7 @@ jobs:
snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: resources-results
path: |
Expand Down

0 comments on commit fb4e514

Please sign in to comment.