From 97f259d6689cbb1ead0de927e8b0bd8840d1e3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:39:07 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 2.24.3 to 3.0.0 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.3 to 3.0.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.3...v3.0.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index cf7dfecce..497821b69 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -42,7 +42,7 @@ jobs: shopt -u extglob - name: Download CLI from release build - uses: dawidd6/action-download-artifact@v2.24.3 + uses: dawidd6/action-download-artifact@v3.0.0 with: name: keptn-cli github_token: ${{ secrets.KEPTN_BOT_TOKEN }}