Skip to content

Commit 95008d2

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b73c2e5 commit 95008d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Linux build
2727
run: processing-java --sketch=./MusicBeam --output=./output --force --export
2828
- name: Upload Linux Build
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: Linux Build
3232
path: output
@@ -50,7 +50,7 @@ jobs:
5050
- name: Windows build
5151
run: processing-java --sketch=./MusicBeam --output=./output --variant=windows-amd64 --force --export
5252
- name: Upload Windows Build
53-
uses: actions/upload-artifact@v5
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: Windows Build
5656
path: output

0 commit comments

Comments
 (0)