There was an error while loading. Please reload this page.
2 parents 9222d8c + 5defbdc commit b88f6c4Copy full SHA for b88f6c4
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
run: pip install build
19
- name: Build wheel and sdist
20
run: python -m build
21
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
22
with:
23
name: artifact
24
path: |
@@ -29,7 +29,7 @@ jobs:
29
needs: build_wheel_and_sdist
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
33
34
# unpacks default artifact into dist/
35
# if `name: artifact` is omitted, the action will create extra parent dir
.github/workflows/testing.yml
@@ -31,7 +31,7 @@ jobs:
- name: Generate coverage
run: tox run -e py310-coverage -- -s --cov-report=term
36
name: coverage
37
path: ./htmlcov
0 commit comments