From c71f9904e79a1055539e893625e29ed5d8794c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:16:17 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-test-ci-v2-cron-dev.yml | 2 +- .github/workflows/e2e-test-ci-v2-cron.yml | 2 +- .github/workflows/e2e-test-ci.yml | 2 +- .github/workflows/k8s-timer-ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-test-ci-v2-cron-dev.yml b/.github/workflows/e2e-test-ci-v2-cron-dev.yml index 9cc3a58e1e..d08c7e7837 100644 --- a/.github/workflows/e2e-test-ci-v2-cron-dev.yml +++ b/.github/workflows/e2e-test-ci-v2-cron-dev.yml @@ -173,7 +173,7 @@ jobs: sudo cp ~/go/bin/ginkgo /usr/local/bin - name: cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docker-dev.tar.gz diff --git a/.github/workflows/e2e-test-ci-v2-cron.yml b/.github/workflows/e2e-test-ci-v2-cron.yml index afd6ea7c09..f326c8a655 100644 --- a/.github/workflows/e2e-test-ci-v2-cron.yml +++ b/.github/workflows/e2e-test-ci-v2-cron.yml @@ -172,7 +172,7 @@ jobs: sudo cp ~/go/bin/ginkgo /usr/local/bin - name: cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docker-v2.tar.gz diff --git a/.github/workflows/e2e-test-ci.yml b/.github/workflows/e2e-test-ci.yml index 4cf2cbfaea..f5269ea462 100644 --- a/.github/workflows/e2e-test-ci.yml +++ b/.github/workflows/e2e-test-ci.yml @@ -175,7 +175,7 @@ jobs: sudo cp ~/go/bin/ginkgo /usr/local/bin - name: cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docker.tar.gz diff --git a/.github/workflows/k8s-timer-ci.yml b/.github/workflows/k8s-timer-ci.yml index 9632de0be1..874e8677ca 100644 --- a/.github/workflows/k8s-timer-ci.yml +++ b/.github/workflows/k8s-timer-ci.yml @@ -157,7 +157,7 @@ jobs: sudo cp ~/go/bin/ginkgo /usr/local/bin - name: cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docker.tar.gz