diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index 53e9a4fd7fd..7eff7b0a16b 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -142,4 +142,4 @@ jobs: if: failure() with: path: ${{ github.workspace }}/superset-frontend/cypress-base/cypress/screenshots - name: cypress-artifact-${{ github.run_id }}-${{ github.job }}-${{ matrix.browser }}-${{ matrix.parallel_id }}--${{ format('{0}', matrix.app_root) | replace('/', '_') }} + name: cypress-artifact-${{ github.run_id }}-${{ github.job }}-${{ matrix.browser }}-${{ matrix.parallel_id }}-${{ replace(matrix.app_root, '/', '_') }}