From 02a3259284aed9d3dc471f1d9efc82ed10c8bc04 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Tue, 5 Nov 2024 20:03:40 -0600 Subject: [PATCH] chore(ci): use actions/upload-artifact@v4 see: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .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 61758a1f..dec913a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: | npm run build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist