Skip to content

Commit

Permalink
Update more GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed May 30, 2024
1 parent e581ca2 commit d7e99b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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 }}
Expand Down

0 comments on commit d7e99b9

Please sign in to comment.