Skip to content

Commit 3b19445

Browse files
Bump actions/upload-artifact from 4 to 5 (#89)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffa701b commit 3b19445

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ jobs:
151151
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ws/install/lib
152152
cmake --build . --config Release --target tesseract_python_doc
153153
- name: archive wheels
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
with:
156156
name: 'python-wheels-${{ matrix.config.os }}-${{ matrix.config.python_version }}'
157157
path: ws/build/tesseract_python/python/*
158158
- name: archive docs
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v5
160160
with:
161161
name: 'python-docs-${{ matrix.config.os }}-${{ matrix.config.python_version }}'
162162
path: ws/build/tesseract_python/docs/*
@@ -269,13 +269,13 @@ jobs:
269269
if %errorlevel% neq 0 exit /b %errorlevel%
270270
- name: archive wheels
271271
if: always()
272-
uses: actions/upload-artifact@v4
272+
uses: actions/upload-artifact@v5
273273
with:
274274
name: 'python-wheels-win-${{matrix.config.python_version}}'
275275
path: ws/build/tesseract_python/python
276276
- name: archive logs
277277
if: failure()
278-
uses: actions/upload-artifact@v4
278+
uses: actions/upload-artifact@v5
279279
with:
280280
name: 'build-logs-win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}'
281281
path: "**/*.log"
@@ -373,13 +373,13 @@ jobs:
373373
pytest -s
374374
- name: archive wheels
375375
if: always()
376-
uses: actions/upload-artifact@v4
376+
uses: actions/upload-artifact@v5
377377
with:
378378
name: 'python-macos-${{ matrix.config.arch }}-python-${{matrix.config.python_version}}'
379379
path: ws/build/tesseract_python/python
380380
- name: archive logs
381381
if: failure()
382-
uses: actions/upload-artifact@v4
382+
uses: actions/upload-artifact@v5
383383
with:
384384
name: 'build-logs-macos-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}'
385385
path: "**/*.log"
@@ -399,7 +399,7 @@ jobs:
399399
with:
400400
path: artifacts/main
401401
- name: archive wheels
402-
uses: actions/upload-artifact@v4
402+
uses: actions/upload-artifact@v5
403403
with:
404404
name: 'python-wheels-all'
405405
path: artifacts/**/wheelhouse/*.whl

0 commit comments

Comments
 (0)