Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.
Merged
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/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: Get-ChildItem "~/.nuget/packages/clowd.squirrel/2.9.42/tools" | %{ $_.Name, (Get-FileHash -Algorithm MD5 -Path $_).Hash}

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: Installer
path: ./SciuridaeReleases
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: dotnet publish --no-build --configuration Release -p:Version=${{ github.ref_name }} -p:SciuridaeApiKey=${{ secrets.SCIURIDAEAPIKEY }}

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: Installer
path: ./SciuridaeReleases
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
zip -r ColorKraken-Mac.zip ColorKraken.app

- name: Upload Mac App artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: MacApp
path: ./build/Build/Products/Debug/ColorKraken-Mac.zip
Expand Down