From d2bb04defe19394a88971b73f4a24c5fb2a49e51 Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Sun, 8 Dec 2024 17:31:22 +0100 Subject: [PATCH] Update *load-artifact action to v4 --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 13754918b..6b806ca49 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.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: | @@ -73,7 +73,7 @@ jobs: with: node-version: 12.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build