diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index f3ff5abc62..fcd49d3a1c 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -89,13 +89,10 @@ jobs: # In case this is second attempt try restoring failed tests - name: Restore the previous failed combine result if: steps.run_result.outputs.run_result == 'failedtest' - uses: martijnhols/actions-cache/restore@v3 + uses: actions/download-artifact@v3 with: - path: | - ~/combined_failed_spec_ci - key: ${{ github.run_id }}-"ci-test-result" - restore-keys: | - ${{ github.run_id }}-${{ github.job }} + name: combined_failed_spec_ci + path: ~/combined_failed_spec_ci # failed_spec_env will contain list of all failed specs # We are using environment variable instead of regular to support multiline