From 2f4d3abb630af8b16d2c0a4d6b4aafa6684a8858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Jyrki=C3=A4inen?= Date: Tue, 19 Nov 2024 15:50:55 +0200 Subject: [PATCH] actions/upload-artifact version update --- .github/workflows/test_production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_production.yml b/.github/workflows/test_production.yml index d620677e..f6242bb9 100644 --- a/.github/workflows/test_production.yml +++ b/.github/workflows/test_production.yml @@ -26,13 +26,13 @@ jobs: CYPRESS_HSL_TESTING_HSLID_PASSWORD: ${{ secrets.CYPRESS_HSL_TESTING_HSLID_PASSWORD }} # CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - name: Upload screenshot artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 if: failure() with: name: cypress-screenshots path: cypress/screenshots - name: Upload video artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 if: failure() with: name: cypress-videos