mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Update cmake-win64.yml
actions/upload-artifact@v3.1.1 is depreciated
This commit is contained in:
parent
1be261dc22
commit
6db748d1fc
2
.github/workflows/cmake-win64.yml
vendored
2
.github/workflows/cmake-win64.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
cmake --build build --config Release --target install
|
||||
|
||||
- name: Upload Build Results
|
||||
uses: actions/upload-artifact@v3.1.1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tesseract-${{ steps.get_version.outputs.version }}-VS2019_win64
|
||||
path: ${{env.ILOC}}
|
||||
|
Loading…
Reference in New Issue
Block a user