fix: switching to v4
This commit is contained in:
parent
57f63d2447
commit
1f35371813
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
./appimagetool-x86_64.AppImage AppDir
|
./appimagetool-x86_64.AppImage AppDir
|
||||||
|
|
||||||
- name: Upload Linux Artifacts
|
- name: Upload Linux Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TimeLogix-AppImage
|
name: TimeLogix-AppImage
|
||||||
path: TimeLogix*.AppImage
|
path: TimeLogix*.AppImage
|
||||||
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
run: pyinstaller --onefile --windowed time_logix.py
|
run: pyinstaller --onefile --windowed time_logix.py
|
||||||
|
|
||||||
- name: Upload Windows Artifact
|
- name: Upload Windows Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TimeLogix-Windows
|
name: TimeLogix-Windows
|
||||||
path: dist/time_logix.exe
|
path: dist/time_logix.exe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue