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 0b279c0 commit d93e48eCopy full SHA for d93e48e
1 file changed
.github/workflows/main.yml
@@ -72,14 +72,14 @@ jobs:
72
73
- name: Upload Event File
74
if: always()
75
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
76
with:
77
name: Event File
78
path: ${{ github.event_path }}
79
80
- name: Upload E2E Test Results
81
82
83
84
name: Playwright E2E Test Results
85
path: |
0 commit comments