From 689c120a1e1b5088a808254845dd9225e0a96cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:00:10 +0000 Subject: [PATCH] ci: 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/ci-test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 485a6468d5..78925f4b47 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -249,14 +249,14 @@ jobs: - name: Upload screenshot if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-ts-web-core-screenshots path: client-sdk/ts-web/core/cypress/screenshots - name: Upload logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-ts-web-core-logs path: | @@ -295,7 +295,7 @@ jobs: - name: Upload screenshot if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-ts-web-ext-utils-screenshots path: client-sdk/ts-web/ext-utils/cypress/screenshots @@ -362,14 +362,14 @@ jobs: - name: Upload screenshot if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-ts-web-rt-screenshots path: client-sdk/ts-web/rt/cypress/screenshots - name: Upload logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-ts-web-rt-logs path: | @@ -407,7 +407,7 @@ jobs: - name: Upload logs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-rt-logs path: |