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 0fc2cd8 commit ab64458Copy full SHA for ab64458
.github/workflows/pypi.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build SDist
31
run: pipx run build --sdist
32
33
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
34
with:
35
path: dist/*.tar.gz
36
@@ -51,7 +51,7 @@ jobs:
51
- name: Build wheels
52
uses: pypa/[email protected]
53
54
55
56
path: ./wheelhouse/*.whl
57
.github/workflows/test.yml
@@ -172,7 +172,7 @@ jobs:
172
FLOAT32: ${{ matrix.float32 }}
173
174
- name: Upload coverage file
175
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
176
177
name: coverage
178
path: coverage/coverage-${{ steps.matrix-id.outputs.id }}.xml
0 commit comments