From 5f8687f56676ba3a1685803689454b7197bd423c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 03:06:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.7 to 3.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.7 to 3.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.7...v3.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... 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..3760a30 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@v3.0.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@v3.0.0 with: name: cov path: cov