We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf2e8e commit bac32f4Copy full SHA for bac32f4
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
CIBW_ARCHS_MACOS: x86_64
44
HATCH_BUILD_HOOKS_ENABLE: "true"
45
46
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
47
with:
48
name: artifacts
49
path: wheelhouse/*.whl
@@ -74,7 +74,7 @@ jobs:
74
CIBW_ARCHS_LINUX: aarch64
75
76
77
78
79
80
@@ -89,7 +89,7 @@ jobs:
89
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
90
91
steps:
92
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
93
94
95
path: dist
0 commit comments