diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e6f282da88f..75ffd65e36f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -169,7 +169,7 @@ jobs: - name: Upload test failure screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Upload screenshots @@ -179,7 +179,7 @@ jobs: retention-days: 5 - name: Upload nextcloud logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Upload nextcloud log