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 authored and juliusknorr committed Dec 21, 2023
1 parent e9f2957 commit c83beee
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c83beee

Please sign in to comment.