From 2da6d3233a02c42a05e7286318fe3ed5e866fd77 Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Wed, 30 Oct 2024 08:39:43 +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 8f8613c0..7b6f3509 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: | @@ -95,7 +95,7 @@ jobs: with: node-version: 12.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build