Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

build(deps): bump actions/upload-artifact from 2 to 3 #513

Merged
merged 1 commit into from
Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e_pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
PLAYWRIGHT_BASE_URL: ${{ github.event.deployment_status.environment_url }}
- name: Upload Playwright traces (when failed)
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: playwright-test-results
if-no-files-found: ignore
Expand Down