From 99143869a970cb5e33cc1500e8e1780b90729015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 08:03:20 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.18.0 to 2.19.0 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.18.0...v2.19.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 7a3cd9274..fc28e5bc5 100644 --- a/.github/workflows/git-release.yml +++ b/.github/workflows/git-release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download Build Artifact - uses: dawidd6/action-download-artifact@v2.18.0 + uses: dawidd6/action-download-artifact@v2.19.0 with: workflow: build-and-publish.yml workflow_conclusion: success