From 86be5c7cc10c9f3c9d557c44ace65aa9cee75115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:54:12 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.28.0 to 3.1.4 (#701) --- .github/workflows/reset-tests-expected-runtime.yml | 6 +++--- .github/workflows/update-tests-expected-runtime.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/reset-tests-expected-runtime.yml b/.github/workflows/reset-tests-expected-runtime.yml index d8fd787a..d5395ac2 100644 --- a/.github/workflows/reset-tests-expected-runtime.yml +++ b/.github/workflows/reset-tests-expected-runtime.yml @@ -15,19 +15,19 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - uses: ./.github/actions/setup-nca-env - - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e + - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe with: workflow: test-push.yml workflow_conclusion: completed name: k8s-log path: tests/ - - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e + - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe with: workflow: test-push.yml workflow_conclusion: completed name: calico-log path: tests/ - - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e + - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe with: workflow: test-push.yml workflow_conclusion: completed diff --git a/.github/workflows/update-tests-expected-runtime.yml b/.github/workflows/update-tests-expected-runtime.yml index 441549c7..0a06f6fa 100644 --- a/.github/workflows/update-tests-expected-runtime.yml +++ b/.github/workflows/update-tests-expected-runtime.yml @@ -30,19 +30,19 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - uses: ./.github/actions/setup-nca-env - - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e + - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe with: workflow: test-push.yml workflow_conclusion: completed name: k8s-log path: tests/ - - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e + - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe with: workflow: test-push.yml workflow_conclusion: completed name: calico-log path: tests/ - - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e + - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe with: workflow: test-push.yml workflow_conclusion: completed