Skip to content

Commit f076c83

Browse files
Bump actions/upload-artifact from 3 to 4 (#351)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 d5edfa8 commit f076c83

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
@@ -182,7 +182,7 @@ jobs:
182182
-Dsonar.projectVersion=${{ env.OBS_MAJOR_VERSION }}
183183
184184
- name: Upload Build Asset
185-
uses: actions/upload-artifact@v3
185+
uses: actions/upload-artifact@v4
186186
with:
187187
name: obs-${{ env.OBS_VERSION }}
188188
path: |
@@ -194,7 +194,7 @@ jobs:
194194
if-no-files-found: error
195195

196196
- name: Upload Build Asset Initial Flash
197-
uses: actions/upload-artifact@v3
197+
uses: actions/upload-artifact@v4
198198
with:
199199
name: obs-${{ env.OBS_VERSION }}-initial-flash
200200
path: |

0 commit comments

Comments
 (0)