Skip to content

Commit aba847a

Browse files
committed
ci: Bump 'actions/upload-artifact' version to v5
1 parent 167e1d9 commit aba847a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: find $RUNNER_WORKSPACE
8484

8585
- name: Upload build artifact
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: Nuked-SC55-CLAP-${{ matrix.label }}-${{ matrix.arch }}
8989
path: build/release-${{ matrix.label }}-${{ matrix.arch }}/Nuked-SC55.clap
@@ -134,7 +134,7 @@ jobs:
134134
run: find $RUNNER_WORKSPACE
135135

136136
- name: Upload package
137-
uses: actions/upload-artifact@v4
137+
uses: actions/upload-artifact@v5
138138
with:
139139
name: Nuked-SC55-CLAP-macos-universal
140140
path: out

0 commit comments

Comments
 (0)