Skip to content

Commit 4718de7

Browse files
committed
Use v4 upload artifact
1 parent 15b6bb6 commit 4718de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525

2626
- run: pip install -r requirements.txt pyinstaller
2727
- run: pyinstaller --paths=./src -y ./src/tabor.py
28-
- uses: actions/upload-artifact@v2
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
path: dist/*

0 commit comments

Comments
 (0)