From e06bdd9b965f1c3a08e02ddac843a37ee3c26afe Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Sun, 8 Dec 2024 17:31:21 +0100 Subject: [PATCH] Update *load-artifact action to v4 --- .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 243da7b09..5da2aa71b 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: | @@ -122,7 +122,7 @@ jobs: with: node-version: 16 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build