From 18db2126904f809c2fed00b6232a9516849cf30d Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly Date: Fri, 13 Sep 2024 21:29:36 +0200 Subject: [PATCH] fix: update upload-artifact and download-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