Skip to content

Commit 577508d

Browse files
Chore(deps): Bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78e6e9d commit 577508d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
source ../../.venv/bin/activate
6666
pnpm run test:e2e
67-
- uses: actions/upload-artifact@v5
67+
- uses: actions/upload-artifact@v7
6868
if: ${{ !cancelled() }}
6969
with:
7070
name: playwright-report

0 commit comments

Comments
 (0)