Fix GitHub Actions workflow: update upload-artifact to v4, use port 80 for multisite
This commit is contained in:
6
.github/workflows/playground-tests-fix.yml
vendored
6
.github/workflows/playground-tests-fix.yml
vendored
@@ -53,7 +53,9 @@ jobs:
|
||||
|
||||
- name: Upload Cypress artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cypress-playground-results
|
||||
path: cypress/videos,cypress/screenshots
|
||||
path: |
|
||||
cypress/videos
|
||||
cypress/screenshots
|
||||
|
||||
Reference in New Issue
Block a user