From 0bb07896dfe0969ecd17ad172fc75a60628d98d9 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 14:01:43 -0400 Subject: [PATCH] test --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39b347b..1d7fae4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,19 +38,19 @@ jobs: echo "Hello world from file B" > path/to/artifact-B/file-B.txt - name: Upload both art - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: '5mb' path: test-5mb.bin - 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