Skip to content

Commit

Permalink
update: update artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavjeet committed Jan 13, 2025
1 parent cb1b618 commit 3b5c32c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
- wp-e2e-playwright
- develop
- master

push:
branches:
- update/update-artifacts-version
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -44,7 +46,7 @@ jobs:

- name: Archive HTML Report on failure
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: report
path: ./tests/wp-e2e-playwright/playwright-report
Expand Down

0 comments on commit 3b5c32c

Please sign in to comment.