Skip to content

Commit a30f5bc

Browse files
authored
Use V4 download artifact for coverage (#37)
1 parent f43997f commit a30f5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/coverage/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
uv pip install --upgrade --system pip wheel
1818
uv pip install --system coverage[toml]==6.5.0
1919
- name: Download artifacts
20-
uses: actions/download-artifact@v3
20+
uses: actions/download-artifact@v4
2121
with:
2222
path: ${{ inputs.download-path }}
2323
- name: Generate coverage report

0 commit comments

Comments
 (0)