Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
python3 build-ci.py

- name: Store the distribution packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: linux-dist
path: dist/
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
flatpak run org.fuentelibre.gtk_llm_Chat --help || true

- name: Upload Flatpak bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: flatpak-bundle
path: gtk-llm-chat.flatpak
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python3 build-ci.py

- name: Store the distribution packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: macos-intel-dist
path: dist/
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
python3 build-ci.py

- name: Store the distribution packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: macos-arm-dist
path: dist/
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python3 -m build

- name: Store Python dist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: python-dist
path: dist/
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python3 build-ci.py

- name: Store the distribution packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: windows-dist
path: dist/
Loading