We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b6bb6 commit 4718de7Copy full SHA for 4718de7
.github/workflows/main.yml
@@ -25,6 +25,6 @@ jobs:
25
26
- run: pip install -r requirements.txt pyinstaller
27
- run: pyinstaller --paths=./src -y ./src/tabor.py
28
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
29
with:
30
path: dist/*
0 commit comments