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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build self-contained binary + .deb
run: bash linux/build-deb.sh 0.0.0-ci

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: strix-inspector-deb
path: dist/*.deb
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
VERSION="${GITHUB_REF_NAME#v}"
bash linux/build-deb.sh "$VERSION"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: linux
path: dist/*.deb
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# output-artifact-directory: windows/dist
- name: Upload Windows artifact
id: win_art
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: windows
path: windows/dist/Strix-Inspector-Setup.exe
Expand Down
Loading