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 d037874 commit ea3fdc2Copy full SHA for ea3fdc2
.github/workflows/default.yml
@@ -43,7 +43,7 @@ jobs:
43
run: npm run build
44
45
- name: ⬆ Upload build
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
47
with:
48
name: ${{ matrix.example }}
49
path: ./build/${{ matrix.example }}
@@ -94,15 +94,15 @@ jobs:
94
95
- name: 🆙 Upload playwright-report
96
if: always()
97
98
99
name: playwright-report
100
path: ./e2e/playwright-report
101
retention-days: 30
102
103
- name: 🆙 Upload test results
104
if: failure()
105
106
107
name: playwright-results
108
path: ./e2e/test-results
0 commit comments