Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 8218bc0

Browse files
Bump actions/upload-artifact from 4 to 5 (#175)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49c670e commit 8218bc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: Get-ChildItem "~/.nuget/packages/clowd.squirrel/2.9.42/tools" | %{ $_.Name, (Get-FileHash -Algorithm MD5 -Path $_).Hash}
6464

6565
- name: Upload artifacts
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: Installer
6969
path: ./SciuridaeReleases

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet publish --no-build --configuration Release -p:Version=${{ github.ref_name }} -p:SciuridaeApiKey=${{ secrets.SCIURIDAEAPIKEY }}
3131

3232
- name: Upload artifact for deployment job
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: Installer
3636
path: ./SciuridaeReleases
@@ -64,7 +64,7 @@ jobs:
6464
zip -r ColorKraken-Mac.zip ColorKraken.app
6565
6666
- name: Upload Mac App artifact
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: MacApp
7070
path: ./build/Build/Products/Debug/ColorKraken-Mac.zip

0 commit comments

Comments
 (0)