Fix GitHub Actions workflow: update upload-artifact to v4, use port 80 for multisite

This commit is contained in:
2025-04-22 21:52:07 +01:00
parent 771cc96da8
commit e5b0181baf
2 changed files with 16 additions and 9 deletions

View File

@@ -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