From 56ea9ee1b3349ea8dae1b71e944a50f4e28b35dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 16:02:11 -0300 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.21.1 to 2.22.0 (#7132) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.21.1 to 2.22.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/6765a42d86407a3d532749069ac03705ad82ebc6...ea71f332a90fd52416b1629b933dcf7e0ccd421d) --- 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 b76386a4da..fa31f3f495 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@6765a42d86407a3d532749069ac03705ad82ebc6 #v2.16.0 + uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d #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@6765a42d86407a3d532749069ac03705ad82ebc6 #v2.16.0 + uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d #v2.16.0 with: workflow: build-binaries.yaml branch: main