fix action

This commit is contained in:
shenjack 2024-10-07 20:29:33 +08:00
parent a8129181a8
commit dc936bb7fe
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: cargo build --release
- name: 上传
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ica-rs-b${{ github.run_number }}-${{ steps.get_version.outputs.value }}-py38-win-x64
path: ./target/release/ica-rs.exe

View File

@ -39,7 +39,7 @@ jobs:
run: cargo build --release
- name: 上传
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ica-rs-b${{ github.run_number }}-${{ steps.get_version.outputs.value }}-py38-win-x64
path: ./target/release/ica-rs.exe