diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 677f8b9b57..4188c04e64 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -46,7 +46,7 @@ jobs: install: false spec: "cypress/e2e/with-users/**/*.spec.ts" wait-on: "${{env.MAAS_URL}}/MAAS/r/machines" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8c3c85ed94..a2e457b677 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,7 +27,7 @@ jobs: run: yarn run wait-on http-get://${{env.MAAS_URL}}/MAAS/r - name: Run Playwright tests run: yarn playwright test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report diff --git a/.github/workflows/sitespeed.yml b/.github/workflows/sitespeed.yml index 67e9770367..5643b7adbd 100644 --- a/.github/workflows/sitespeed.yml +++ b/.github/workflows/sitespeed.yml @@ -41,7 +41,7 @@ jobs: - name: Run sitespeed.io tests run: yarn sitespeed:ci --browsertime.domain=${{env.MAAS_DOMAIN}} - name: Upload results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sitespeed.io-results path: sitespeed.io/results