From a4da3b6b70f89cf64f6dd9ad0f3463d83cd494a7 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 30 Apr 2020 17:38:24 +0200 Subject: [PATCH] Test using v2 upload --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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