From a6ef700c31c741d232fc656e79eecd3f4e12efeb Mon Sep 17 00:00:00 2001 From: Ben Hetherington Date: Thu, 10 Apr 2025 20:11:39 +0100 Subject: [PATCH] Bump `actions/upload-artifact` in GitHub Actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v3 appears to be deprecated, so let’s see if switching to v4 makes this repo’s GitHub Actions run successfully again. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5691807..8261b10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: mv ./cubeboot/cubeboot.dol dist/next/cubeboot.dol # mv ./PicoBoot/picoboot.uf2 dist/next/cubeboot.uf2 - name: Archive - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist/next/