Skip to content

Commit

Permalink
chore(ci): use current upload-artifact action
Browse files Browse the repository at this point in the history
Fix the warning in CI.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Dec 13, 2023
1 parent 46ac41f commit d9f8c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:


- name: Upload test failure screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: Upload screenshots
Expand All @@ -178,7 +178,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
Expand Down

0 comments on commit d9f8c89

Please sign in to comment.