From 52e15bbc96dcd25b6a33dae75adcf8eede72c110 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sat, 26 Mar 2022 17:44:20 -0400 Subject: [PATCH] try gh upload-artifact 2.2.4 --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5dea84404..de1e557aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,21 +78,21 @@ jobs: KNOWN_APP_DOMAINS: lbry.tv,lbry.lat,odysee.com CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS: 0 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2.2.4 if: | startsWith(runner.os, 'linux') with: name: Linux path: ./dist/electron/*.* - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2.2.4 if: | startsWith(runner.os, 'mac') with: name: macOS path: ./dist/electron/*.* - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2.2.4 if: | startsWith(runner.os, 'windows') with: