From dad1519aad1be74392f65f30e8968869e1717ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:23:20 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/master.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7688aca41..5b9e96840 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,7 @@ jobs: CYPRESS_INSTALL_BINARY: 0 - name: run test:unit run: npm run test:unit - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage path: ./coverage @@ -159,7 +159,7 @@ jobs: env: CYPRESS_username: ${{ secrets.traQ_username }} CYPRESS_password: ${{ secrets.traQ_password }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: failed-screenshots path: ./tests/e2e/screenshots diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 0743f7d16..0e4f78f27 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -26,7 +26,7 @@ jobs: CYPRESS_INSTALL_BINARY: 0 - name: run build run: npm run build:with-font - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist path: ./dist