From e573fc1574613acc794b6d489994e7a7f512d6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:52:12 +0000 Subject: [PATCH 1/3] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb3011add..8a3992e17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -127,7 +127,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage From 0de33813409a1955b0cb5fecf6390f2f14913815 Mon Sep 17 00:00:00 2001 From: nokhnaton <104210327+nokhnaton@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:55:47 +0900 Subject: [PATCH 2/3] =?UTF-8?q?upload-artifact=E3=82=92v4=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a3992e17..c2e0422ab 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 From e1f793cbcde1b19efd2fdc623c59af4808b813d4 Mon Sep 17 00:00:00 2001 From: nokhnaton Date: Mon, 21 Oct 2024 22:23:16 +0900 Subject: [PATCH 3/3] =?UTF-8?q?run=20test:e2e=E3=82=82upload-artifact@v4?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2e0422ab..360d07258 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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