From 764a96a16b388bdc3df7507ee30fe1598805ca8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 23:27:57 +0200 Subject: [PATCH] Bump actions/download-artifact from 1 to 2.0.10 (#1) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 2.0.10. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v2.0.10) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d9caa7..9c17a50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: # Download Artifact #1 and verify the correctness of the content - name: 'Download artifact #1' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.10 with: name: 'Artifact-A' path: some/new/path @@ -109,7 +109,7 @@ jobs: # Download Artifact #2 and verify the correctness of the content - name: 'Download artifact #2' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.10 with: name: 'artifact' path: some/other/path @@ -130,7 +130,7 @@ jobs: # Download Artifact #3 and verify the correctness of the content - name: 'Download artifact #3' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.10 with: name: 'GZip-Artifact' path: gzip/artifact/path @@ -150,7 +150,7 @@ jobs: shell: pwsh - name: 'Download artifact #4' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2.0.10 with: name: 'Multi-Path-Artifact' path: multi/artifact