From 096b091c63795252199ba1cd1281f6e62b4972a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:33:22 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#60) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 197bad1..4a4ce69 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: - run: yarn build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: {name: dist, path: ./dist/, retention-days: 1} - id: state