From 0b7f8abb1508181956e8e162db84b466c27e18ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Thu, 5 Jan 2023 23:07:55 +0000 Subject: [PATCH] ci(github): update action/download-artifact from v1 to v3 (#312) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira Signed-off-by: Luís Ferreira Co-authored-by: Konrad Pabjan --- .github/workflows/test.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbbaa6c3..6f697583 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,11 +86,9 @@ jobs: path/to/dir-[23]/* !path/to/dir-3/*.txt - # Verify artifacts. Switch to download-artifact@v2 once it's out of preview - # Download Artifact #1 and verify the correctness of the content - name: 'Download artifact #1' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: 'Artifact-A' path: some/new/path @@ -110,7 +108,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@v3 with: name: 'artifact' path: some/other/path @@ -131,7 +129,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@v3 with: name: 'GZip-Artifact' path: gzip/artifact/path @@ -151,7 +149,7 @@ jobs: shell: pwsh - name: 'Download artifact #4' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: 'Multi-Path-Artifact' path: multi/artifact