Skip to content

Commit

Permalink
Use v4 upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDamron committed Sep 4, 2024
1 parent 15b6bb6 commit 4718de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

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

0 comments on commit 4718de7

Please sign in to comment.