diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97af289..de479b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,13 +57,13 @@ jobs: echo ${{ env.gzip-artifact-content }} > path/to/artifact-B/file-B.txt - name: Upload artifact A - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: 'Artifact-A' path: path/to/artifact-A - name: Upload artifact B - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: 'Artifact-B' path: path/to/artifact-B