From 67e0c29ffb5078c488d29dabdb79d24b876cf396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:57:53 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.3 to 4.5.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.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/e2e_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index ef445d9463..39f065f585 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -155,7 +155,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: playwright-report path: tests/end2end/playwright-report @@ -187,7 +187,7 @@ jobs: Visit ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Save screenshots as artifacts if a test fails to ease debug - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: cypress-screenshots