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 9f5d75f commit 84d8c98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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@v2
- uses: actions/upload-artifact@v4
with:
name: app-build
path: |
Expand All @@ -70,7 +70,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand All @@ -92,7 +92,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
# with:
# node-version: 12.x
#
# - uses: actions/cache@v2
# - uses: actions/cache@v4
# id: yarn-cache
# with:
# path: '**/node_modules'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
with:
node-version: 12.x

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

Expand Down

0 comments on commit 84d8c98

Please sign in to comment.