From 3c2a2dd04e1609e15c2ccee37ac3ca6b7a4cfdb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:54:44 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.1 to 4.6.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa3d40..3866fd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: npm run test.unit - name: Upload Chromium E2E Test Videos - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.6.0 if: always() with: name: Chromium E2E Test Videos @@ -76,7 +76,7 @@ jobs: run: npm run test.webkit - name: Upload WebKit E2E Test Videos - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.6.0 if: always() with: name: WebKit E2E Test Videos Videos @@ -113,7 +113,7 @@ jobs: run: npm run benchmark - name: Upload Chromium Benchmark Screenshots - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.6.0 if: always() with: name: Chromium Benchmark Screenshots