Skip to content

Commit

Permalink
Chore(deps): Bump actions/upload-artifact from 3 to 4 (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Sundell <[email protected]>
  • Loading branch information
dependabot[bot] and sunker authored Jan 15, 2024
1 parent db36fc3 commit df7bd36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- 'packages/plugin-e2e/**'
- '.github/workflows/playwright.yml'

jobs:
setup-matrix:
Expand Down Expand Up @@ -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

0 comments on commit df7bd36

Please sign in to comment.