We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43997f commit a30f5bcCopy full SHA for a30f5bc
.github/actions/coverage/action.yaml
@@ -17,7 +17,7 @@ runs:
17
uv pip install --upgrade --system pip wheel
18
uv pip install --system coverage[toml]==6.5.0
19
- name: Download artifacts
20
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
21
with:
22
path: ${{ inputs.download-path }}
23
- name: Generate coverage report
0 commit comments