We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4d995 commit 5c6ddc7Copy full SHA for 5c6ddc7
.github/workflows/cd.yml
@@ -43,7 +43,7 @@ jobs:
43
if: github.event_name == 'release' && github.event.action == 'published'
44
45
steps:
46
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
47
with:
48
name: Packages
49
path: dist
.github/workflows/ci.yml
@@ -54,6 +54,6 @@ jobs:
54
run: pipx run nox -s coverage-${{ matrix.python-version }} --verbose
55
56
- name: Upload coverage report
57
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
58
59
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments