Skip to content

Commit 7ae3ca6

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 0d917bf commit 7ae3ca6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
-Dsonar.projectVersion=${{ env.OBS_MAJOR_VERSION }}
250250
251251
- name: Upload Build Asset
252-
uses: actions/upload-artifact@v4
252+
uses: actions/upload-artifact@v6
253253
with:
254254
name: obs-${{ env.OBS_VERSION }}
255255
path: |
@@ -261,7 +261,7 @@ jobs:
261261
if-no-files-found: error
262262

263263
- name: Upload Build Asset Initial Flash
264-
uses: actions/upload-artifact@v4
264+
uses: actions/upload-artifact@v6
265265
with:
266266
name: obs-${{ env.OBS_VERSION }}-initial-flash
267267
path: |
@@ -274,7 +274,7 @@ jobs:
274274
if-no-files-found: error
275275

276276
- name: Upload Build Asset obspro
277-
uses: actions/upload-artifact@v4
277+
uses: actions/upload-artifact@v6
278278
with:
279279
name: obspro-${{ env.OBS_VERSION }}
280280
path: |
@@ -286,7 +286,7 @@ jobs:
286286
if-no-files-found: error
287287

288288
- name: Upload Build Asset Initial Flash obspro
289-
uses: actions/upload-artifact@v4
289+
uses: actions/upload-artifact@v6
290290
with:
291291
name: obspro-${{ env.OBS_VERSION }}-initial-flash
292292
path: |

0 commit comments

Comments
 (0)