From 9ec6f564393831f6951cfcece4501bb135e8e9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:13:04 +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/lint-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 03e23274..51ac4c83 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -104,7 +104,7 @@ jobs: - name: Run e2e tests run: npm run test:e2e -- --shard ${{ matrix.shard }}/${{ matrix.total_shards }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: e2e-blob-reports @@ -153,7 +153,7 @@ jobs: - name: Run visual regression tests run: npm run test:visual:native -- --shard ${{ matrix.shard }}/${{ matrix.total_shards }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: visual-regression-blob-reports