Skip to content

Commit

Permalink
Update cmake-multiple-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka authored Sep 20, 2024
1 parent 28681c4 commit 39457a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
Move-Item -Path $PY3_RELEASE_LIB_PATH -Destination build\output\python3.12
Move-Item -Path $PY3_LICENCE_PATH -Destination build\output\python3.12
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: py3lm-build-windows-${{ env.GITHUB_SHA_SHORT }}
path: build/output/
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
mv -v $PY3_PATH/linux/release/lib/* build/output/python3.12
mv "$PY3_PATH/LICENSE.txt" build/output/python3.12
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: py3lm-build-linux-${{ env.GITHUB_SHA_SHORT }}
path: build/output/
Expand Down

0 comments on commit 39457a4

Please sign in to comment.