Skip to content

Commit 2320357

Browse files
authored
Merge pull request #726 from nextcloud/renovate/major-github-artifact-actions
chore(deps): bump actions/upload-artifact action from v3 to v4
2 parents ec1b7dd + c930004 commit 2320357

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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*

0 commit comments

Comments
 (0)