diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 6f7fe54..98d1a59 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa22097..a100b78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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