From 0f555fff2cc7a2ed25b930cda75301d0f5ee1741 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 15 Jul 2020 14:46:16 +0300 Subject: [PATCH] build workflow uses upload artivact v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea862a135..f00c08b8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Build run: npm run build - name: Upload build artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: stremio-web path: build