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 c2a3736 + cb07086 commit 171f7dbCopy full SHA for 171f7db
1 file changed
.github/workflows/playwright.yml
@@ -215,15 +215,15 @@ jobs:
215
run: npx playwright test
216
217
- name: Upload Playwright report
218
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
219
if: always()
220
with:
221
name: playwright-report
222
path: apps/${{ env.APP_NAME }}/playwright-report/
223
retention-days: 30
224
225
- name: Upload test results
226
227
228
229
name: playwright-test-results
0 commit comments