Skip to content

Commit bd66432

Browse files
Update *load-artifact action to v4
1 parent 417d5e0 commit bd66432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: yarn d2-app-scripts build
3636

37-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: app-build
4040
path: |
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
node-version: 14.x
9595

96-
- uses: actions/download-artifact@v2
96+
- uses: actions/download-artifact@v4
9797
with:
9898
name: app-build
9999

0 commit comments

Comments
 (0)