From 6130491d0985425535a80017c580b3c7673a5ea7 Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Wed, 30 Oct 2024 08:39:52 +0100 Subject: [PATCH] ci: update upload-artifact and download-artifact actions to v4 [DHIS2-18320] --- .github/workflows/dhis2-verify-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dhis2-verify-app.yml b/.github/workflows/dhis2-verify-app.yml index 28c6c14e8..1440ac6b9 100644 --- a/.github/workflows/dhis2-verify-app.yml +++ b/.github/workflows/dhis2-verify-app.yml @@ -37,7 +37,7 @@ jobs: - name: Build run: yarn d2-app-scripts build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: app-build path: | @@ -129,7 +129,7 @@ jobs: with: node-version: 12.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build