Merge pull request #95 from umbraco/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
This commit is contained in:
Jacob Overgaard
2022-08-12 14:36:23 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report