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 0b025cc commit 1676c0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- wp-e2e-playwright
- develop
- master
push:
branches:
- update/artifacts-version

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -44,7 +47,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 1676c0d

Please sign in to comment.