Skip to content

Commit c2733a2

Browse files
Bump actions/upload-artifact from 4 to 5
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] <[email protected]>
1 parent d753c90 commit c2733a2

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Upload Workspace
174174
if: ${{ (matrix.java == '17') && success() }}
175-
uses: actions/upload-artifact@v4
175+
uses: actions/upload-artifact@v5
176176
with:
177177
name: build
178178
path: /tmp/build.tar.zst
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: Upload Dev Build
188188
if: ${{ matrix.java == '17' && contains(github.event.pull_request.labels.*.name, 'ci:dev-build') && success() }}
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v5
190190
with:
191191
name: dev-build_${{github.event.pull_request.number || github.run_id}}
192192
path: nbbuild/NetBeans-*.zip

.github/workflows/native-binary-build-dlight.nativeexecution.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
ls -l -R ${SOURCES}
9595
9696
- name: Upload native sources
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: nativeexecution-external-sources
100100
path: ide/dlight.nativeexecution/build/sources/
@@ -126,7 +126,7 @@ jobs:
126126
working-directory: ide/dlight.nativeexecution/tools
127127

128128
- name: Upload artifact Linux 64 bit
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v5
130130
with:
131131
name: Linux-x86_64
132132
path: ide/dlight.nativeexecution/tools/buildall/
@@ -158,7 +158,7 @@ jobs:
158158
# shell: bash
159159
# working-directory: ide/dlight.nativeexecution/tools
160160
# - name: Upload artifact Windows 64 bit
161-
# uses: actions/upload-artifact@v4
161+
# uses: actions/upload-artifact@v5
162162
# with:
163163
# name: Windows-x86_64
164164
# path: ide/dlight.nativeexecution/tools/buildall/
@@ -188,7 +188,7 @@ jobs:
188188
working-directory: ide/dlight.nativeexecution/tools
189189

190190
- name: Upload artifact macOS x86_64
191-
uses: actions/upload-artifact@v4
191+
uses: actions/upload-artifact@v5
192192
with:
193193
name: MacOSX-x86_64
194194
path: ide/dlight.nativeexecution/tools/buildall/
@@ -217,7 +217,7 @@ jobs:
217217
working-directory: ide/dlight.nativeexecution/tools
218218

219219
- name: Upload artifact macOS arm64
220-
uses: actions/upload-artifact@v4
220+
uses: actions/upload-artifact@v5
221221
with:
222222
name: MacOSX-arm_64
223223
path: ide/dlight.nativeexecution/tools/buildall/
@@ -267,7 +267,7 @@ jobs:
267267
echo "" >> "$BUILDINFO"
268268
269269
- name: Upload bundle
270-
uses: actions/upload-artifact@v4
270+
uses: actions/upload-artifact@v5
271271
with:
272272
name: nativeexecution-external-binaries
273273
path: myfiles/

.github/workflows/native-binary-build-launcher.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ls -l -R ${SOURCES}
8787
8888
- name: Upload native sources
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: launcher-external-sources
9292
path: nbbuild/build/native/launcher/sources/
@@ -119,7 +119,7 @@ jobs:
119119
working-directory: platform/o.n.bootstrap/launcher/windows/
120120

121121
- name: Upload bootstrap artifacts
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v5
123123
with:
124124
name: launcher-bootstrap-bin
125125
path: platform/o.n.bootstrap/launcher/windows/build/
@@ -135,7 +135,7 @@ jobs:
135135
working-directory: harness/apisupport.harness/windows-launcher-src
136136

137137
- name: Upload harness artifacts
138-
uses: actions/upload-artifact@v4
138+
uses: actions/upload-artifact@v5
139139
with:
140140
name: launcher-harness-bin
141141
path: harness/apisupport.harness/windows-launcher-src/build/
@@ -151,7 +151,7 @@ jobs:
151151
working-directory: nb/ide.launcher/windows
152152

153153
- name: Upload IDE artifacts
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
with:
156156
name: launcher-ide-bin
157157
path: nb/ide.launcher/windows/build/
@@ -203,7 +203,7 @@ jobs:
203203
echo "" >> "$BUILDINFO"
204204
205205
- name: Upload bundle
206-
uses: actions/upload-artifact@v4
206+
uses: actions/upload-artifact@v5
207207
with:
208208
name: launcher-external-binaries
209209
path: myfiles/

.github/workflows/native-binary-build-lib.profiler.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cp NOTICE ${SOURCES}/NOTICE
119119
ls -l -R ${SOURCES}
120120
- name: Upload native sources
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: profiler-external-sources-ASF
124124
path: profiler/lib.profiler/build/sources/
@@ -171,13 +171,13 @@ jobs:
171171
# Upload interim build artifacts to GitHub
172172
#
173173
- name: Upload artifact Linux 64 bit
174-
uses: actions/upload-artifact@v4
174+
uses: actions/upload-artifact@v5
175175
with:
176176
name: linux-amd64
177177
path: profiler/lib.profiler/release/lib/deployed/jdk16/linux-amd64/
178178
if-no-files-found: error
179179
- name: Upload artifact Linux 32 bit
180-
uses: actions/upload-artifact@v4
180+
uses: actions/upload-artifact@v5
181181
with:
182182
name: linux
183183
path: profiler/lib.profiler/release/lib/deployed/jdk16/linux/
@@ -246,13 +246,13 @@ jobs:
246246
# Upload interim build artifacts to GitHub
247247
#
248248
- name: Upload artifact Windows 64 bit
249-
uses: actions/upload-artifact@v4
249+
uses: actions/upload-artifact@v5
250250
with:
251251
name: windows-amd64
252252
path: profiler/lib.profiler/release/lib/deployed/jdk16/windows-amd64/
253253
if-no-files-found: error
254254
- name: Upload artifact Windows 32 bit
255-
uses: actions/upload-artifact@v4
255+
uses: actions/upload-artifact@v5
256256
with:
257257
name: windows
258258
path: profiler/lib.profiler/release/lib/deployed/jdk16/windows/
@@ -292,7 +292,7 @@ jobs:
292292
# Upload interim build artifacts to GitHub
293293
#
294294
- name: Upload artifact MacOS 64 bit
295-
uses: actions/upload-artifact@v4
295+
uses: actions/upload-artifact@v5
296296
with:
297297
name: mac
298298
path: profiler/lib.profiler/release/lib/deployed/jdk16/mac/
@@ -343,7 +343,7 @@ jobs:
343343
344344
345345
- name: Upload bundle
346-
uses: actions/upload-artifact@v4
346+
uses: actions/upload-artifact@v5
347347
with:
348348
name: profiler-external-binaries-ASF
349349
path: myfiles/

0 commit comments

Comments
 (0)