Skip to content

Commit e8ee12d

Browse files
Update *load-artifact action to v4
1 parent 0210c97 commit e8ee12d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dhis2-verify-app.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 12.x
2525

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

46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v4
4747
id: yarn-cache
4848
with:
4949
path: '**/node_modules'
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build
5353
run: yarn build
5454

55-
- uses: actions/upload-artifact@v2
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
name: app-build
5858
path: |
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
node-version: 12.x
7272

73-
- uses: actions/cache@v2
73+
- uses: actions/cache@v4
7474
id: yarn-cache
7575
with:
7676
path: '**/node_modules'
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
node-version: 12.x
9797

98-
- uses: actions/download-artifact@v2
98+
- uses: actions/download-artifact@v4
9999
with:
100100
name: app-build
101101

0 commit comments

Comments
 (0)