From 1a3b4ee484072071ae9b085713f67a16270ede39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:10:10 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/npm-publish-dev.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish-dev.yml b/.github/workflows/npm-publish-dev.yml index 7e08e035..6bbd13a8 100644 --- a/.github/workflows/npm-publish-dev.yml +++ b/.github/workflows/npm-publish-dev.yml @@ -26,7 +26,7 @@ jobs: yarn-node-18-lock- - run: yarn install --frozen-lockfile - run: yarn build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index bf4f6c05..b33066e2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,7 +26,7 @@ jobs: - run: yarn lint - run: yarn test --ci --coverage --maxWorkers=2 - run: yarn build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b0f0311..c852235c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - run: yarn lint - run: yarn test --ci --coverage --maxWorkers=2 - run: yarn build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: dist