Bump upload-artifact version too.

This commit is contained in:
Jonathan Moody 2022-12-13 15:23:12 -06:00 committed by Lex Berezhny
parent 7bd025ae54
commit 84e5e43117

View file

@ -189,7 +189,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@v2
- uses: actions/upload-artifact@v3
with:
name: lbrynet-${{ steps.os-name.outputs.lowercase }}
path: dist/