From 69b02fa977fd14dac5a6943682793367dcca6277 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 01:37:25 +0100 Subject: [PATCH] Update to actions/upload-artifact@v4 --- .github/workflows/cypress.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c299878c..2408a18a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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