Skip to content

Commit 15e8a9a

Browse files
chore(deps): bump actions/download-artifact from 4.1.8 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fbc491 commit 15e8a9a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
clean: true
418418

419419
- name: Download route seed artifact
420-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
420+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
421421
with:
422422
name: ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
423423
path: .runtime-cache/cortexpilot/reports/ci/routes
@@ -860,35 +860,35 @@ jobs:
860860
clean: true
861861

862862
- name: Download quick-feedback artifacts
863-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
863+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
864864
with:
865865
name: ci-quick-feedback-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
866866
path: .runtime-cache
867867
merge-multiple: true
868868

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

876876
- name: Download core-tests artifacts
877-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
877+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
878878
with:
879879
name: ci-core-tests-artifacts-${{ github.run_id }}-${{ github.run_attempt }}
880880
path: .runtime-cache
881881
merge-multiple: true
882882

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

890890
- name: Download route seed artifact
891-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
891+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
892892
with:
893893
name: ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
894894
path: .runtime-cache/cortexpilot/reports/ci/routes
@@ -1015,7 +1015,7 @@ jobs:
10151015
clean: true
10161016

10171017
- name: Download route seed artifact
1018-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
1018+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
10191019
with:
10201020
name: ci-route-seed-${{ github.run_id }}-${{ github.run_attempt }}
10211021
path: .runtime-cache/cortexpilot/reports/ci/routes
@@ -1147,7 +1147,7 @@ jobs:
11471147
clean: true
11481148

11491149
- name: Download route report artifact
1150-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
1150+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
11511151
with:
11521152
name: ${{ env.ROUTE_ARTIFACT_NAME }}
11531153
path: .runtime-cache/cortexpilot/reports/ci/routes

0 commit comments

Comments
 (0)