Skip to content

Commit

Permalink
Update *load-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly committed Jan 13, 2025
1 parent 1ff4dea commit 4274f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: '**/node_modules'
Expand All @@ -43,7 +43,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 4274f1b

Please sign in to comment.