We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8e914 commit 3e869adCopy full SHA for 3e869ad
.github/workflows/main.yml
@@ -74,14 +74,14 @@ jobs:
74
75
- name: Upload Event File
76
if: always()
77
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
78
with:
79
name: Event File
80
path: ${{ github.event_path }}
81
82
- name: Upload E2E Test Results
83
84
85
86
name: Playwright E2E Test Results
87
path: |
0 commit comments