From 638942834122c2bb9df6f0a8c2ef562ecafd4bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 08:05:55 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.16.0 to 2.17.0 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/git-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-release.yml b/.github/workflows/git-release.yml index ebabb1bc4..8e4b0a885 100644 --- a/.github/workflows/git-release.yml +++ b/.github/workflows/git-release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - name: Download Build Artifact - uses: dawidd6/action-download-artifact@v2.16.0 + uses: dawidd6/action-download-artifact@v2.17.0 with: workflow: build-and-publish.yml workflow_conclusion: success