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