From 1a47c382ccf55e704255201b74487b5a3ff9b783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:44:55 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test_candidate.yaml | 2 +- .github/workflows/test_edge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_candidate.yaml b/.github/workflows/test_candidate.yaml index d0c236d32..f59a1efb2 100644 --- a/.github/workflows/test_candidate.yaml +++ b/.github/workflows/test_candidate.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Download artifact from previous workflow id: download_artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow_conclusion: success name: juju-last-candidate-version diff --git a/.github/workflows/test_edge.yaml b/.github/workflows/test_edge.yaml index 27a949cf3..e6ecae237 100644 --- a/.github/workflows/test_edge.yaml +++ b/.github/workflows/test_edge.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Download artifact from previous workflow id: download_artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow_conclusion: success name: juju-last-edge-version