From 15e8a9ae09355ac53b2fb90d70a0194878bfc03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:33:21 +0000 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- 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] --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7802779..892cf46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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