Skip to content

Commit

Permalink
Merge pull request #2756 from dannon/update-upload-action
Browse files Browse the repository at this point in the history
Update to v4 of github upload-artifact
  • Loading branch information
bgruening authored Sep 5, 2024
2 parents 41a7178 + 7577720 commit 92c52ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:
with:
start: yarn serve
wait-on: "http://localhost:8080"
- uses: actions/upload-artifact@v2
- name: Upload Cypress Screenshots
uses: actions/upload-artifact@v4
with:
name: cypress-screenshots
path: cypress/screenshots
if-no-files-found: ignore
- uses: actions/upload-artifact@v2
- name: Upload Cypress Videos
uses: actions/upload-artifact@v4
with:
name: cypress-videos
path: cypress/videos
Expand Down

0 comments on commit 92c52ca

Please sign in to comment.