We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5edfa8 commit f076c83Copy full SHA for f076c83
.github/workflows/ci.yml
@@ -182,7 +182,7 @@ jobs:
182
-Dsonar.projectVersion=${{ env.OBS_MAJOR_VERSION }}
183
184
- name: Upload Build Asset
185
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
186
with:
187
name: obs-${{ env.OBS_VERSION }}
188
path: |
@@ -194,7 +194,7 @@ jobs:
194
if-no-files-found: error
195
196
- name: Upload Build Asset Initial Flash
197
198
199
name: obs-${{ env.OBS_VERSION }}-initial-flash
200
0 commit comments