Skip to content

Commit 84e5e43

Browse files
moodyjoneukreign
authored andcommitted
Bump upload-artifact version too.
1 parent 7bd025a commit 84e5e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
pip install pywin32==301
190190
pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico --onefile --name lbrynet lbry/extras/cli.py
191191
dist/lbrynet.exe --version
192-
- uses: actions/upload-artifact@v2
192+
- uses: actions/upload-artifact@v3
193193
with:
194194
name: lbrynet-${{ steps.os-name.outputs.lowercase }}
195195
path: dist/

0 commit comments

Comments
 (0)