From 2af42d77a0edf4bf000db28dbeefe50c68774dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 03:05:51 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.7 to 2.1.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.7 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.7...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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6793006..e3dc936 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v2.0.7 + uses: actions/download-artifact@v2.1.0 with: name: nupkg path: nupkg @@ -144,7 +144,7 @@ jobs: with: ref: develop - name: Download Coverage Artifact - uses: actions/download-artifact@v2.0.7 + uses: actions/download-artifact@v2.1.0 with: name: cov path: cov