Skip to content

Commit 763c597

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#604)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 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> Co-authored-by: Artur Paniukov <artur.paniukov@intel.com>
1 parent 3e0f646 commit 763c597

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ jobs:
146146
run: cov-analysis*/bin/cov-configure -c ${ENV_COV_TOOL_DIR}/config/coverity_config.xml -lscc text
147147

148148
- name: Upload Coverity build log
149-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
149+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
150150
if: always()
151151
with:
152152
name: coverity_logs
153153
path: ${{ env.BUILD_DIR }}/cov-int/build-log.txt
154154
if-no-files-found: 'error'
155155

156156
- name: Upload Coverity build archive
157-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
157+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
158158
if: always()
159159
with:
160160
name: coverity_archive

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ jobs:
155155

156156
- name: Upload openvino tokenizers package
157157
if: ${{ always() }}
158-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
158+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
159159
with:
160160
name: openvino_tokenizers_cpack_${{ matrix.build_type }}
161161
path: ${{ env.BUILD_DIR }}/*.tar.gz
162162
if-no-files-found: 'error'
163163

164164
- name: Upload manifest
165165
if: ${{ always() }}
166-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
166+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
167167
with:
168168
name: manifest_${{ matrix.build_type }}
169169
path: ${{ env.MANIFEST_PATH }}
@@ -237,7 +237,7 @@ jobs:
237237

238238
- name: Upload openvino tokenizers wheel
239239
if: ${{ always() }}
240-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
240+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
241241
with:
242242
name: openvino_tokenizers_wheel
243243
path: ${{ env.BUILD_DIR }}/*.whl
@@ -398,7 +398,7 @@ jobs:
398398
TEST_PRECISION: FP16
399399

400400
- name: Upload Test Results
401-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
401+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
402402
if: ${{ !cancelled() }}
403403
with:
404404
name: test-results-python-layers

.github/workflows/mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ jobs:
154154

155155
- name: Upload openvino tokenizers package
156156
if: always()
157-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
157+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
158158
with:
159159
name: openvino_tokenizers_cpack_${{ matrix.build_type }}
160160
path: ${{ env.BUILD_DIR }}/*.tar.gz
161161
if-no-files-found: 'error'
162162

163163
- name: Upload manifest
164164
if: always()
165-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
165+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
166166
with:
167167
name: manifest_${{ matrix.build_type }}
168168
path: ${{ env.MANIFEST_PATH }}
@@ -272,7 +272,7 @@ jobs:
272272

273273
- name: Upload openvino tokenizers wheel
274274
if: ${{ always() }}
275-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
275+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
276276
with:
277277
name: openvino_tokenizers_wheel
278278
path: ${{ env.BUILD_DIR }}/*.whl

.github/workflows/manylinux_2_28.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ jobs:
146146

147147
- name: Upload openvino tokenizers package
148148
if: ${{ always() }}
149-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
149+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
150150
with:
151151
name: openvino_tokenizers_cpack_${{ matrix.build_type }}
152152
path: ${{ env.BUILD_DIR }}/*.tar.gz
153153
if-no-files-found: 'error'
154154

155155
- name: Upload manifest
156156
if: ${{ always() }}
157-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
157+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
158158
with:
159159
name: manifest_${{ matrix.build_type }}
160160
path: ${{ env.MANIFEST_PATH }}
@@ -227,7 +227,7 @@ jobs:
227227

228228
- name: Upload openvino tokenizers wheel
229229
if: ${{ always() }}
230-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
230+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
231231
with:
232232
name: openvino_tokenizers_wheel
233233
path: ${{ env.BUILD_DIR }}/*.whl

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ jobs:
191191

192192
- name: Upload openvino tokenizers package
193193
if: ${{ always() }}
194-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
194+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
195195
with:
196196
name: openvino_tokenizers_cpack_${{ matrix.build_type }}
197197
path: ${{ env.BUILD_DIR }}/*.zip
198198
if-no-files-found: 'error'
199199

200200
- name: Upload manifest
201201
if: ${{ always() }}
202-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
202+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
203203
with:
204204
name: manifest_${{ matrix.build_type }}
205205
path: ${{ env.MANIFEST_PATH }}
@@ -326,7 +326,7 @@ jobs:
326326

327327
- name: Upload openvino tokenizers wheel
328328
if: ${{ always() }}
329-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
329+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
330330
with:
331331
name: openvino_tokenizers_wheel
332332
path: ${{ env.WHEELS_DIR }}/*.whl

0 commit comments

Comments
 (0)