From ad5ea87963a1b507a04efd3c476b9f2fc74fa362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:08:45 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 in the allgithubactions group Bumps the allgithubactions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: allgithubactions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90d6ebec..7c07b72e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: - name: Upload playwright tracing if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: playwright-${{ github.sha }} path: test-results/ @@ -185,7 +185,7 @@ jobs: - name: Upload code coverage report if: matrix.python-version == '3.11' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: codecoverage-${{ github.sha }} path: htmlcov/