From 6d017c1d4bac4de68810efee609131e71f59f2a8 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 30 Oct 2024 13:10:44 +0100 Subject: [PATCH] chore: update gh artifact actions to v4 --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 462bb39f0..5fb143a2a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -166,7 +166,7 @@ jobs: with: node-version: 14.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: app-build