Skip to content

Commit c897d3b

Browse files
Update *load-artifact action to v4
1 parent ced2854 commit c897d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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'
@@ -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'

0 commit comments

Comments
 (0)