From 985eccc442ef326a240e397996ad6bd94ac43e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 18:31:16 -0700 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.19.0 to 2.21.1 (#6418) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.19.0 to 2.21.1. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/b2abf1705491048a2d7074f7d90513044fd25d39...6765a42d86407a3d532749069ac03705ad82ebc6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5f25cb2580..502761af80 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -50,7 +50,7 @@ jobs: # Download fleet and fleetctl binaries from last successful build on main - name: Download binaries - uses: dawidd6/action-download-artifact@b2abf1705491048a2d7074f7d90513044fd25d39 #v2.16.0 + uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 #v2.16.0 with: workflow: build-binaries.yaml branch: main @@ -113,7 +113,7 @@ jobs: steps: # Download fleet and fleetctl binaries from last successful build on main - name: Download binaries - uses: dawidd6/action-download-artifact@b2abf1705491048a2d7074f7d90513044fd25d39 #v2.16.0 + uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 #v2.16.0 with: workflow: build-binaries.yaml branch: main