diff --git a/.github/workflows/run-tests-pro.yaml b/.github/workflows/run-tests-pro.yaml index 976ab95d0..0a8105ad8 100644 --- a/.github/workflows/run-tests-pro.yaml +++ b/.github/workflows/run-tests-pro.yaml @@ -1,7 +1,7 @@ # -------------------------------------------------------------------------------------------- # This file is generated. Do not edit manually # -------------------------------------------------------------------------------------------- -name: Run tests with screesnhots PREMIUM +name: Run tests with screenshots PREMIUM 'on': push: branches: @@ -55,7 +55,7 @@ jobs: cd e2e-tests yarn test:ci - name: Upload E2E screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: e2e-screenshots path: ../dbgate-merged/e2e-tests/cypress/screenshots diff --git a/workflow-templates/run-tests-pro.yaml b/workflow-templates/run-tests-pro.yaml index 11e9746f1..3ef1c4061 100644 --- a/workflow-templates/run-tests-pro.yaml +++ b/workflow-templates/run-tests-pro.yaml @@ -1,4 +1,4 @@ -name: Run tests with screesnhots PREMIUM +name: Run tests with screenshots PREMIUM on: push: @@ -46,7 +46,7 @@ jobs: yarn test:ci - name: Upload E2E screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: e2e-screenshots path: ../dbgate-merged/e2e-tests/cypress/screenshots