From 1fb38b8a2ce4ff8087a358070c9eb4aa78aa6e6f Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sun, 14 Sep 2025 00:34:55 +0200 Subject: [PATCH] Fix action --- .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 acb7912e3..10c9f54dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -91,21 +91,21 @@ jobs: KNOWN_APP_DOMAINS: lbry.tv,lbry.lat,odysee.com CHANNEL_STAKED_LEVEL_VIDEO_COMMENTS: 0 - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v4 if: | startsWith(runner.os, 'linux') with: name: Linux path: ./dist/electron/*.* - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v4 if: | startsWith(runner.os, 'mac') with: name: macOS path: ./dist/electron/*.* - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v4 if: | startsWith(runner.os, 'windows') with: