From baaaacd0299a46b936b91d5c89042afe358665fd Mon Sep 17 00:00:00 2001
From: Philip-Larsen-Donnelly <phil@dhis2.org>
Date: Wed, 30 Oct 2024 08:31:17 +0100
Subject: [PATCH] ci: *load-artifact action 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