From 3de7dd125f9f228327d82e587c98a61eb5a48ce9 Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Mon, 30 Sep 2024 15:54:02 +0200 Subject: [PATCH] chore: update deprecated action dep (#2946) --- .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 ea7a6742d..5883a7337 100644 --- a/.github/workflows/dhis2-verify-app.yml +++ b/.github/workflows/dhis2-verify-app.yml @@ -55,7 +55,7 @@ jobs: - name: Build run: yarn build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: app-build path: | @@ -114,7 +114,7 @@ jobs: with: node-version: 12.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build