1 Commits

Author SHA1 Message Date
dependabot[bot]
17e2ae8ad1 chore(deps): bump actions/upload-artifact in the all-actions group
Bumps the all-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 17:57:12 +00:00

View File

@@ -18,7 +18,7 @@ jobs:
run: bun run playwright install --with-deps
- name: Run Playwright tests
run: bun run playwright test
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
if: ${{ !cancelled() }}
with:
name: playwright-report