From e158cef00237f9c8c34717c7db450892d338a900 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 30 Oct 2024 13:08:14 +0100 Subject: [PATCH] chore: update gh artifact actions 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 9f3cca800..a6e66c019 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -51,7 +51,7 @@ jobs: - name: Build run: yarn build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: app-build path: | @@ -164,7 +164,7 @@ jobs: with: node-version: 12.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build