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
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pycdc-release
|
||||
path: build\Release\*.exe
|
||||
|
Reference in New Issue
Block a user