Skip to content

Commit

Permalink
Update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 27, 2024
1 parent 6baf49b commit 69b02fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ jobs:
CYPRESS_SERVER_PATH: /home/runner/work/myaac/myaac/tfs

- name: Save screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-screenshots
name: cypress-screenshots-${{ matrix.php-versions }}
path: cypress/screenshots

- name: Upload Cypress Videos
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
name: cypress-videos-${{ matrix.php-versions }}
path: cypress/videos

0 comments on commit 69b02fa

Please sign in to comment.