File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,12 +206,12 @@ jobs:
206206 - name : Run Playwright tests
207207 working-directory : nextcloud/apps/twofactor_webauthn
208208 run : npx playwright test
209- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
209+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
210210 if : always()
211211 with :
212- name : playwright-report
212+ name : playwright-report-${{ github.event.number }}-nc${{ matrix.nextcloud-version }}-php${{ matrix.php-version }}-node${{ matrix.node-version }}
213213 path : nextcloud/apps/twofactor_webauthn/playwright-report/
214- retention-days : 30
214+ retention-days : 14
215215 - name : Print server logs
216216 if : always()
217217 run : cat nextcloud/data/nextcloud.log*
You can’t perform that action at this time.
0 commit comments