Skip to content

Commit

Permalink
Merge pull request #1349 from nextcloud/backport/1348/stable0.7
Browse files Browse the repository at this point in the history
[stable0.7] fix: use actions/upload-artifact v4 for cypress workflow
  • Loading branch information
blizzz authored Sep 12, 2024
2 parents 36f82ff + 6a1c1fb commit 3bc646a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ jobs:
cat data/nextcloud.log
- name: Upload test failure screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Upload screenshots
path: apps/${{ env.APP_NAME }}/cypress/screenshots/
retention-days: 5

- name: Upload nextcloud logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Upload nextcloud log
Expand Down

0 comments on commit 3bc646a

Please sign in to comment.