From 516f2be6139f6493efd64507ecee62a30934406c Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Fri, 13 Sep 2024 21:29:49 +0200 Subject: [PATCH] fix: update upload-artifact and download-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 98b551f9..920d1c19 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: 16.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build