From 1b76d3230aab346974970bd06bd93dae01456df0 Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Wed, 30 Oct 2024 08:34:51 +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 aead9d3cd..8da302b07 100644 --- a/.github/workflows/dhis2-verify-app.yml +++ b/.github/workflows/dhis2-verify-app.yml @@ -52,7 +52,7 @@ jobs: - name: Build run: yarn build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: app-build path: | @@ -163,7 +163,7 @@ jobs: with: node-version: 16.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build