From 1a0b39fee37a2bdb24428fce8b5afb31083fcd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:14:13 -0700 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.16.0 to 2.19.0 (#5207) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.16.0 to 2.19.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/09385b76de790122f4da9c82b17bccf858b9557c...b2abf1705491048a2d7074f7d90513044fd25d39) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1cb2352b78..040b69a34f 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@09385b76de790122f4da9c82b17bccf858b9557c #v2.16.0 + uses: dawidd6/action-download-artifact@b2abf1705491048a2d7074f7d90513044fd25d39 #v2.16.0 with: workflow: build-binaries.yaml branch: main @@ -92,7 +92,7 @@ jobs: steps: # Download fleet and fleetctl binaries from last successful build on main - name: Download binaries - uses: dawidd6/action-download-artifact@09385b76de790122f4da9c82b17bccf858b9557c #v2.16.0 + uses: dawidd6/action-download-artifact@b2abf1705491048a2d7074f7d90513044fd25d39 #v2.16.0 with: workflow: build-binaries.yaml branch: main @@ -160,7 +160,7 @@ jobs: fleetctl config set --address ${{ needs.gen.outputs.address }} --token ${{ needs.login.outputs.token }} - name: Download binaries - uses: dawidd6/action-download-artifact@09385b76de790122f4da9c82b17bccf858b9557c #v2.16.0 + uses: dawidd6/action-download-artifact@b2abf1705491048a2d7074f7d90513044fd25d39 #v2.16.0 with: workflow: build-binaries.yaml branch: main