From 2dbd29a90ae8c05813fed688a6838785a5b788ea Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Thu, 18 Apr 2024 18:23:54 -0500 Subject: [PATCH] chore(deps): use actions/upload-artifact@v4 --- .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 08edb57..9bfa461 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: 'Build web app artifacts' run: npm run build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist