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 Feb 3, 2025
1 parent b72e6bd commit 63b3886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 All @@ -52,7 +52,7 @@ jobs:
- name: Build
run: yarn build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: app-build
path: |
Expand All @@ -73,7 +73,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: app-build

Expand Down

0 comments on commit 63b3886

Please sign in to comment.