We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aac9d1 commit d6a2765Copy full SHA for d6a2765
.github/workflows/cd.yml
@@ -28,7 +28,7 @@ jobs:
28
attestations: write
29
30
steps:
31
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
32
with:
33
name: Packages
34
path: dist
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
run: nox -s coverage-${{ matrix.python-version }} --verbose
92
93
- name: Upload coverage report
94
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
95
96
token: ${{ secrets.CODECOV_TOKEN }}
97
0 commit comments