From e30fc3a067e903775dc52feb70cb6ae49628c431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:01:01 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.8 to 3.0.2 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.8 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...v3.0.2) --- 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 f5bb309..84b5937 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v3.0.2 with: name: nupkg path: nupkg @@ -149,7 +149,7 @@ jobs: with: ref: develop - name: Download Coverage Artifact - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v3.0.2 with: name: cov path: cov