Upgrade artifact actions in workflows to v4 (#1711)
This commit is contained in:
@@ -85,10 +85,10 @@ jobs:
|
||||
env:
|
||||
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sample_wheels_action
|
||||
path: wheelhouse
|
||||
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
- name: Test cibuildwheel
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user