Update cmake-win64.yml

actions/upload-artifact@v3.1.1 is depreciated
This commit is contained in:
zdenop 2024-06-07 06:41:38 +02:00 committed by GitHub
parent 1be261dc22
commit 6db748d1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}}