Skip to content

Commit ceef523

Browse files
Bump actions/upload-artifact from 2 to 3 (#298)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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 bbf5aae commit ceef523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
-Dsonar.projectVersion=${{ env.OBS_MAJOR_VERSION }}
150150
151151
- name: Upload Build Asset
152-
uses: actions/upload-artifact@v2
152+
uses: actions/upload-artifact@v3
153153
with:
154154
name: obs-${{ env.OBS_VERSION }}
155155
path: |
@@ -161,7 +161,7 @@ jobs:
161161
if-no-files-found: error
162162

163163
- name: Upload Build Asset Initial Flash
164-
uses: actions/upload-artifact@v2
164+
uses: actions/upload-artifact@v3
165165
with:
166166
name: obs-${{ env.OBS_VERSION }}-initial-flash
167167
path: |

0 commit comments

Comments
 (0)