fix: switching to v4

This commit is contained in:
Blake Ridgway 2025-03-19 08:07:08 -05:00
parent 57f63d2447
commit 1f35371813

View file

@ -54,7 +54,7 @@ jobs:
./appimagetool-x86_64.AppImage AppDir
- name: Upload Linux Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: TimeLogix-AppImage
path: TimeLogix*.AppImage
@ -78,7 +78,7 @@ jobs:
run: pyinstaller --onefile --windowed time_logix.py
- name: Upload Windows Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: TimeLogix-Windows
path: dist/time_logix.exe