From df7bd36945c1a19ab438f8076cee2c7572d86c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:43:53 +0100 Subject: [PATCH] Chore(deps): Bump actions/upload-artifact from 3 to 4 (#620) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Sundell --- .github/workflows/playwright.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index fef6cd227..7d43e2652 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -3,6 +3,7 @@ on: pull_request: paths: - 'packages/plugin-e2e/**' + - '.github/workflows/playwright.yml' jobs: setup-matrix: @@ -53,9 +54,9 @@ jobs: env: GOOGLE_JWT_FILE: ${{ secrets.GOOGLE_JWT_FILE }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: - name: playwright-report-Grafana${{ matrix.GRAFANA_VERSION }} + name: playwright-report-Grafana-v${{ matrix.GRAFANA_VERSION }}-${{github.run_id}} path: packages/plugin-e2e/playwright-report/ retention-days: 30