From eb3237476c4823bb224d2cfc08241b2c185e79f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:08:08 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cache-config-tests.yml | 6 +++--- .github/workflows/ciab.yaml | 2 +- .github/workflows/health-client-tests.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cache-config-tests.yml b/.github/workflows/cache-config-tests.yml index aa80d61eec..368d225ec5 100644 --- a/.github/workflows/cache-config-tests.yml +++ b/.github/workflows/cache-config-tests.yml @@ -157,17 +157,17 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Download TO RPM - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: traffic_ops path: ${{ github.workspace }}/cache-config/testing/docker/traffic_ops - name: Download Cache Config RPM - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: cache-config path: ${{ github.workspace }}/cache-config/testing/docker/ort_test - name: Download ATS RPM - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: trafficserver path: ${{ github.workspace }}/cache-config/testing/docker/yumserver/test-rpms diff --git a/.github/workflows/ciab.yaml b/.github/workflows/ciab.yaml index 5117e95aed..bc3fdbc461 100644 --- a/.github/workflows/ciab.yaml +++ b/.github/workflows/ciab.yaml @@ -323,7 +323,7 @@ jobs: - name: Import cached Alpine Docker image run: .github/actions/save-alpine-tar/entrypoint.sh load ${{ env.ALPINE_VERSION }} - name: Download RPMs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ${{ github.workspace }}/dist/ - name: Build CDN-in-a-Box images diff --git a/.github/workflows/health-client-tests.yml b/.github/workflows/health-client-tests.yml index 75c572fee5..7dd4783f47 100644 --- a/.github/workflows/health-client-tests.yml +++ b/.github/workflows/health-client-tests.yml @@ -152,17 +152,17 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Download TO RPM - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: traffic_ops path: ${{ github.workspace }}/tc-health-client/testing/docker/traffic_ops - name: Download Health Client RPM - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: tc-health-client path: ${{ github.workspace }}/tc-health-client/testing/docker/health-check-test - name: Download ATS RPM - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: trafficserver path: ${{ github.workspace }}/tc-health-client/testing/docker/health-check-test