Update to upload-artifact/v4 to fix CI
This commit is contained in:
2
.github/workflows/msvc-ci.yml
vendored
2
.github/workflows/msvc-ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
cmake --build build --config Release --target check
|
cmake --build build --config Release --target check
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pycdc-release
|
name: pycdc-release
|
||||||
path: build\Release\*.exe
|
path: build\Release\*.exe
|
||||||
|
Reference in New Issue
Block a user