From ca2240d0a0e114c681dd72505d273cba0c418690 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 30 Oct 2024 13:09:10 +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 61c4b4694..55a053a62 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: | @@ -168,7 +168,7 @@ jobs: with: node-version: 12.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build