We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26a92c commit ee4ebe9Copy full SHA for ee4ebe9
.github/workflows/e2e-test.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Run Playwright tests
77
working-directory: nextcloud/apps/contacts
78
run: DEBUG=pw:api npx playwright test
79
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
80
if: always()
81
with:
82
name: playwright-report-${{ github.event.number }}-nc${{ needs.matrix.outputs.branches-min }}-php${{ needs.matrix.outputs.php-min }}-node${{ env.NODE_VERSION }}
.tx/backport
@@ -1,2 +1,3 @@
1
stable7.3
2
stable8.0
3
+stable8.1
0 commit comments