Skip to content

Commit c3179ee

Browse files
Bump actions/upload-artifact from 4.3.4 to 4.4.0 (openvinotoolkit#26343)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2>Notice: Breaking Changes ⚠️</h2> <p>We will no longer include hidden files and folders by default in the <code>upload-artifact</code> action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, <code>include-hidden-files</code>, to continue to do so.</p> <p>See <a href="https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/">&quot;Notice of upcoming deprecations and breaking changes in GitHub Actions runners&quot;</a> changelog and <a href="https://redirect.github.com/actions/upload-artifact/issues/602">this issue</a> for more details.</p> <h2>What's Changed</h2> <ul> <li>Exclude hidden files by default by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/598">actions/upload-artifact#598</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0">https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0</a></p> <h2>v4.3.6</h2> <h2>What's Changed</h2> <ul> <li>Revert to <code>@​actions/artifact</code> 2.1.8 by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/594">actions/upload-artifact#594</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v4.3.6">https://github.com/actions/upload-artifact/compare/v4...v4.3.6</a></p> <h2>v4.3.5</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@​actions/artifact</code> to v2.1.9 by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/588">actions/upload-artifact#588</a> <ul> <li>Fixed artifact upload chunk timeout logic <a href="https://redirect.github.com/actions/toolkit/pull/1774">#1774</a></li> <li>Use lazy stream to prevent issues with open file limits <a href="https://redirect.github.com/actions/toolkit/pull/1771">#1771</a></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5">https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/50769540e7f4bd5e21e526ee35c689e35e0d6874"><code>5076954</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/598">#598</a> from actions/joshmgross/exclude-hidden-files</li> <li><a href="https://github.com/actions/upload-artifact/commit/d52396ac5d312b1bda1b9fe2ae55d862c65abd68"><code>d52396a</code></a> Add a warning about enabling <code>include-hidden-files</code></li> <li><a href="https://github.com/actions/upload-artifact/commit/710f36207581d49e465ccbed3e007c317290fe11"><code>710f362</code></a> Remove &quot;merged&quot; from <code>include-hidden-files</code> input description</li> <li><a href="https://github.com/actions/upload-artifact/commit/3b315f26f6f828f74089e1863e67e60e48e37563"><code>3b315f2</code></a> <code>npm run release</code> again 🙂</li> <li><a href="https://github.com/actions/upload-artifact/commit/3be2180eb79b56341b1b127ca06a5adba2a5a3e4"><code>3be2180</code></a> Remove another trailing comma</li> <li><a href="https://github.com/actions/upload-artifact/commit/453e8d0a40444939146df5febed0b1221b9dd073"><code>453e8d0</code></a> Update glob license</li> <li><a href="https://github.com/actions/upload-artifact/commit/0a398c14804ead69f18a166f0a99f91239261ee5"><code>0a398c1</code></a> <code>npm run release</code></li> <li><a href="https://github.com/actions/upload-artifact/commit/a0c40cf60283f329afac2bc0fa77f1a59fa11e6e"><code>a0c40cf</code></a> Update to latest <code>@actions/glob</code> and fix tests</li> <li><a href="https://github.com/actions/upload-artifact/commit/acb59e47763b6e601a344d04cf3c082ee336b709"><code>acb59e4</code></a> <code>lint</code></li> <li><a href="https://github.com/actions/upload-artifact/commit/cb6558bb10fe4afe4054d0be4b3136e673eb5e7f"><code>cb6558b</code></a> Exclude hidden files by default</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...50769540e7f4bd5e21e526ee35c689e35e0d6874">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.3.4&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6d92e3 commit c3179ee

26 files changed

+62
-62
lines changed

.github/workflows/android_arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
# Upload build logs
179179
#
180180
- name: Upload build logs
181-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
181+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
182182
if: always()
183183
with:
184184
name: build_logs

.github/workflows/android_x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# Upload build logs
141141
#
142142
- name: Upload build logs
143-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
143+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
144144
if: always()
145145
with:
146146
name: build_logs

.github/workflows/build_doc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
7373
7474
- name: 'Upload sphinx.log'
75-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
75+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7676
with:
7777
name: sphinx_build_log_${{ env.PR_NUMBER }}.log
7878
path: build/docs/sphinx.log
7979

8080
- name: 'Upload docs html'
81-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
81+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
8282
with:
8383
name: openvino_docs_html_${{ env.PR_NUMBER }}.zip
8484
path: build/docs/openvino_docs_html.zip
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: 'Upload test results'
9797
if: failure()
98-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
98+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
9999
with:
100100
name: openvino_docs_pytest
101101
path: build/docs/_artifacts/

.github/workflows/coverity.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ jobs:
139139
run: ${COVERITY_TOOL_DIR}/cov-analysis*/bin/cov-configure -c ${COVERITY_TOOL_DIR}/cov-analysis-linux64-2023.6.2/config/coverity_config.xml -lscc text
140140

141141
- name: Upload Coverity build log
142-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
142+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
143143
if: always()
144144
with:
145145
name: coverity_logs
146146
path: ${{ env.BUILD_DIR }}/cov-int/build-log.txt
147147
if-no-files-found: 'error'
148148

149149
- name: Upload Coverity build archive
150-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
150+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
151151
if: always()
152152
with:
153153
name: coverity_archive

.github/workflows/dev_cpu_linux_snippets_libxsmm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
# Upload build artifacts and logs
170170
#
171171
- name: Upload build logs
172-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
172+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
173173
if: always()
174174
with:
175175
name: build_logs
@@ -178,15 +178,15 @@ jobs:
178178

179179
- name: Upload openvino package
180180
if: ${{ always() }}
181-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
181+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
182182
with:
183183
name: openvino_package
184184
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
185185
if-no-files-found: 'error'
186186

187187
- name: Upload openvino tests package
188188
if: ${{ always() }}
189-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
189+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
190190
with:
191191
name: openvino_tests
192192
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz
@@ -269,7 +269,7 @@ jobs:
269269
timeout-minutes: 25
270270

271271
- name: Upload Test Results
272-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
272+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
273273
if: always()
274274
with:
275275
name: test-results-functional-cpu

.github/workflows/fedora.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
# Upload build artifacts and logs
190190
#
191191
- name: Upload build logs
192-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
192+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
193193
if: always()
194194
with:
195195
name: build_logs
@@ -198,23 +198,23 @@ jobs:
198198

199199
- name: Upload openvino package
200200
if: ${{ always() }}
201-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
201+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
202202
with:
203203
name: openvino_package
204204
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
205205
if-no-files-found: 'error'
206206

207207
- name: Upload openvino RPM packages
208208
if: ${{ always() }}
209-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
209+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
210210
with:
211211
name: openvino_rpm_packages
212212
path: ${{ env.BUILD_DIR }}/*.rpm
213213
if-no-files-found: 'error'
214214

215215
- name: Upload openvino tests package
216216
if: ${{ always() }}
217-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
217+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
218218
with:
219219
name: openvino_tests
220220
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

.github/workflows/job_build_linux.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
# Upload build artifacts and logs
234234
#
235235
- name: Upload build logs
236-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
236+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
237237
if: always()
238238
with:
239239
name: build_logs
@@ -242,39 +242,39 @@ jobs:
242242

243243
- name: Upload openvino package
244244
if: ${{ always() }}
245-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
245+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
246246
with:
247247
name: openvino_package
248248
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
249249
if-no-files-found: 'error'
250250

251251
- name: Upload openvino js package
252252
if: ${{ fromJSON(inputs.affected-components).JS_API && inputs.build-js }}
253-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
253+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
254254
with:
255255
name: openvino_js_package
256256
path: ${{ env.INSTALL_DIR_JS }}
257257
if-no-files-found: 'error'
258258

259259
- name: Upload openvino developer package
260260
if: ${{ always() }}
261-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
261+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
262262
with:
263263
name: openvino_developer_package
264264
path: ${{ env.BUILD_DIR }}/openvino_developer_package.tar.gz
265265
if-no-files-found: 'error'
266266

267267
- name: Upload openvino debian packages
268268
if: ${{ inputs.build-debian-packages }}
269-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
269+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
270270
with:
271271
name: openvino_debian_packages
272272
path: ${{ env.BUILD_DIR }}/*.deb
273273
if-no-files-found: 'error'
274274

275275
- name: Upload openvino tests package
276276
if: ${{ always() }}
277-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
277+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
278278
with:
279279
name: openvino_tests
280280
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

.github/workflows/job_build_windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -224,22 +224,22 @@ jobs:
224224
#
225225

226226
- name: Upload openvino package
227-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
227+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
228228
with:
229229
name: openvino_package
230230
path: ${{ env.BUILD_DIR }}/openvino_package.zip
231231
if-no-files-found: 'error'
232232

233233
- name: Upload openvino tests package
234-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
234+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
235235
with:
236236
name: openvino_tests
237237
path: ${{ env.BUILD_DIR }}/openvino_tests.zip
238238
if-no-files-found: 'error'
239239

240240
- name: Upload openvino js package
241241
if: ${{ fromJSON(inputs.affected-components).JS_API }}
242-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
242+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
243243
with:
244244
name: openvino_js_package
245245
path: ${{ env.INSTALL_DIR_JS }}

.github/workflows/job_cpu_functional_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
key: ${{ runner.os }}-${{ runner.arch }}-tests-functional-cpu-stamp-${{ github.sha }}
109109

110110
- name: Upload Test Results
111-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
111+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
112112
if: always()
113113
with:
114114
name: test-results-functional-cpu

.github/workflows/job_cxx_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
${{ env.INSTALL_TEST_DIR }}/ov_hetero_func_tests --gtest_print_time=1 --gtest_output=xml:${{ env.INSTALL_TEST_DIR }}/TEST-OVHeteroFuncTests.xml --gtest_filter="*smoke*"
251251
252252
- name: Upload Test Results
253-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
253+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
254254
if: ${{ !cancelled() }}
255255
with:
256256
name: test-results-cpp

.github/workflows/job_gpu_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
130130
- name: Upload Test Results
131-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
131+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
132132
if: always()
133133
with:
134134
name: test-results-${{ inputs.test_type }}-${{ inputs.device }}

.github/workflows/job_onnx_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
python3 -m pytest --backend="CPU" --model_zoo_dir="${MODELS_SHARE_PATH}" ${INSTALL_TEST_DIR}/onnx/tests/tests_python/test_zoo_models.py -v -n auto --forked -k 'not _cuda' --model_zoo_xfail
116116
117117
- name: Upload logs from pytest
118-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
118+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
119119
if: always()
120120
with:
121121
name: onnx_models_tests_logs

.github/workflows/job_python_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
--ignore=${INSTALL_TEST_DIR}/pyopenvino/tests/test_utils/test_utils.py
307307
308308
- name: Upload Test Results
309-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
309+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
310310
if: ${{ !cancelled() }}
311311
with:
312312
name: test-results-python

.github/workflows/job_pytorch_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
df -h
190190
191191
- name: Upload Test Results
192-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
192+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
193193
if: ${{ !cancelled() }}
194194
with:
195195
name: test-results-torch-models-${{ inputs.model_scope }}

.github/workflows/job_tensorflow_layer_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
TEST_PRECISION: FP16
159159

160160
- name: Upload Test Results
161-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
161+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
162162
if: ${{ !cancelled() }}
163163
with:
164164
name: test-results-python-tf-layers

.github/workflows/job_tensorflow_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
TEST_DEVICE: CPU
115115

116116
- name: Upload Test Results
117-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
117+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
118118
if: ${{ !cancelled() }}
119119
with:
120120
name: test-results-tensorflow-models-${{ inputs.model_scope }}

.github/workflows/job_tokenizers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Upload openvino tokenizers wheel
139139
if: ${{ always() }}
140-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
140+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
141141
with:
142142
name: openvino_tokenizers_wheel
143143
path: ${{ env.EXTENSION_BUILD_DIR }}/*.whl

.github/workflows/linux_arm64.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
# Upload build artifacts and logs
263263
#
264264
- name: Upload build logs
265-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
265+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
266266
if: always()
267267
with:
268268
name: build_logs
@@ -271,39 +271,39 @@ jobs:
271271

272272
- name: Upload openvino package
273273
if: ${{ always() }}
274-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
274+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
275275
with:
276276
name: openvino_package
277277
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
278278
if-no-files-found: 'error'
279279

280280
- name: Upload openvino developer package
281281
if: ${{ always() }}
282-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
282+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
283283
with:
284284
name: openvino_developer_package
285285
path: ${{ env.BUILD_DIR }}/openvino_developer_package.tar.gz
286286
if-no-files-found: 'error'
287287

288288
- name: Upload openvino js package
289289
if: fromJSON(needs.smart_ci.outputs.affected_components).JS_API
290-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
290+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
291291
with:
292292
name: openvino_js_package
293293
path: ${{ env.INSTALL_DIR_JS }}
294294
if-no-files-found: 'error'
295295

296296
- name: Upload openvino debian packages
297297
if: ${{ 'false' }}
298-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
298+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
299299
with:
300300
name: openvino_debian_packages
301301
path: ${{ env.BUILD_DIR }}/*.deb
302302
if-no-files-found: 'error'
303303

304304
- name: Upload openvino tests package
305305
if: ${{ always() }}
306-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
306+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
307307
with:
308308
name: openvino_tests
309309
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

.github/workflows/linux_conditional_compilation.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
# Upload build artifacts and logs
222222
#
223223
- name: Upload build logs
224-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
224+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
225225
if: always()
226226
with:
227227
name: build_logs
@@ -230,23 +230,23 @@ jobs:
230230

231231
- name: Upload openvino package
232232
if: ${{ always() }}
233-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
233+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
234234
with:
235235
name: openvino_package
236236
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
237237
if-no-files-found: 'error'
238238

239239
- name: Upload selective build statistics package
240240
if: ${{ always() }}
241-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
241+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
242242
with:
243243
name: openvino_selective_build_stat
244244
path: ${{ env.BUILD_DIR }}/openvino_selective_build_stat.tar.gz
245245
if-no-files-found: 'error'
246246

247247
- name: Upload OpenVINO tests package
248248
if: ${{ always() }}
249-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
249+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
250250
with:
251251
name: openvino_tests
252252
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

0 commit comments

Comments
 (0)