We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417d5e0 commit bd66432Copy full SHA for bd66432
.github/workflows/dhis2-verify-app.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build
35
run: yarn d2-app-scripts build
36
37
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
38
with:
39
name: app-build
40
path: |
@@ -93,7 +93,7 @@ jobs:
93
94
node-version: 14.x
95
96
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
97
98
99
0 commit comments