From 9647cc74f4d2a6d3b615408455333a4c628886ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:21:20 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.9 to 2.1.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.9...v2.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ded7aa5..3b7f5f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 1 - name: download upload_url artifact for release - uses: actions/download-artifact@v2.0.9 + uses: actions/download-artifact@v2.1.0 with: name: upload_url - name: save upload_url to output