From 89837ddf5fcfa6f66c6aa006c8e208a0585231bc Mon Sep 17 00:00:00 2001 From: Lorenzo Cavazzi <43481553+lorenzo-cavazzi@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:26:15 +0100 Subject: [PATCH] chore: bump actions/upload-artifact@v4 (#95) --- test-renku-cypress/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-renku-cypress/action.yml b/test-renku-cypress/action.yml index bd18d70..b218126 100644 --- a/test-renku-cypress/action.yml +++ b/test-renku-cypress/action.yml @@ -90,13 +90,13 @@ runs: ${{ inputs.e2e-folder }}${{ inputs.e2e-infrastructure-check }}${{ inputs.e2e-suffix }} ${{ inputs.e2e-folder }}${{ inputs.e2e-target }}${{ inputs.e2e-suffix }} working-directory: ${{ inputs.settings-working-directory }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: Cypress acceptance tests - screenshots path: ${{ inputs.settings-working-directory }}/cypress/screenshots retention-days: 7 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: Cypress acceptance tests - videos