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
6 changes: 3 additions & 3 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
fi

- name: Upload macOS DMG
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: DocFinder-macOS
path: dist/DocFinder-macOS.dmg
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
}

- name: Upload Windows installer
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: DocFinder-Windows
path: DocFinder-Windows-Setup.exe
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
rm -rf squashfs-root

- name: Upload Linux AppImage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: DocFinder-Linux
path: dist/DocFinder-Linux-x86_64.AppImage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Upload security reports
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: security-reports
path: |
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
run: twine check dist/*

- name: Upload artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ls -lh dist/

- name: Upload artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: release-dist
path: dist/
Expand Down
Loading