Skip to content

Commit 94d58a1

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4 (#1373)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ea74a0 commit 94d58a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# Kill backend
127127
pid=$(lsof -i :7007 -Fp | grep p | sed s/p//)
128128
kill -9 $pid && echo "Backend shut down"
129-
- uses: actions/upload-artifact@v3
129+
- uses: actions/upload-artifact@v4
130130
if: always()
131131
with:
132132
name: playwright-report

0 commit comments

Comments
 (0)