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 d328c26 commit ea8a4f1Copy full SHA for ea8a4f1
.github/workflows/wheel_tests_and_release.yml
@@ -138,7 +138,7 @@ jobs:
138
# -Wl,-S equivalent to gcc's -Wl,--strip-debug
139
LDFLAGS: "-Wl,-S"
140
141
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
142
with:
143
name: wheels
144
path: ./dist/*.whl
@@ -169,7 +169,7 @@ jobs:
169
pyproject-build . --sdist --no-isolation --skip-dependency-check
170
ls -la ${{ github.workspace }}/dist
171
172
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
173
id: download
174
175
0 commit comments