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.
2 parents c5cd8fe + d5ecc41 commit 88fce1bCopy full SHA for 88fce1b
.github/workflows/e2e-tests-legacy.yml
@@ -85,7 +85,7 @@ jobs:
85
npx playwright test --workers=1 --grep-invert @notIn5.2
86
87
- name: Upload artifacts
88
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
89
if: ${{ failure() }}
90
with:
91
name: Legacy E2E test results
.github/workflows/e2e-tests.yml
@@ -87,7 +87,7 @@ jobs:
npm run e2e:run
92
93
name: E2E test results
0 commit comments