Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
clean: true

- name: Download route seed artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache/cortexpilot/reports/ci/routes
Expand Down Expand Up @@ -860,35 +860,35 @@ jobs:
clean: true

- name: Download quick-feedback artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-quick-feedback-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache
merge-multiple: true

- name: Download policy-and-security artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-policy-and-security-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache
merge-multiple: true

- name: Download core-tests artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-core-tests-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache
merge-multiple: true

- name: Download resilience-and-e2e artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-resilience-and-e2e-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache
merge-multiple: true

- name: Download route seed artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache/cortexpilot/reports/ci/routes
Expand Down Expand Up @@ -1015,7 +1015,7 @@ jobs:
clean: true

- name: Download route seed artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
path: .runtime-cache/cortexpilot/reports/ci/routes
Expand Down Expand Up @@ -1147,7 +1147,7 @@ jobs:
clean: true

- name: Download route report artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ${{ env.ROUTE_ARTIFACT_NAME }}
path: .runtime-cache/cortexpilot/reports/ci/routes
Expand Down
Loading