From d7e99b939856cb10035715dcc34370d4500a3094 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Thu, 30 May 2024 13:18:31 +0200 Subject: [PATCH] Update more GitHub Actions versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3149a58de..37987aa4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -175,7 +175,7 @@ jobs: pip install pywin32==301 pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico --onefile --name lbrynet lbry/extras/cli.py dist/lbrynet.exe --version - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: lbrynet-${{ steps.os-name.outputs.lowercase }} path: dist/ @@ -187,7 +187,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 - name: upload binaries env: GITHUB_TOKEN: ${{ secrets.RELEASE_API_TOKEN }}