We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4277096 commit a7847baCopy full SHA for a7847ba
1 file changed
.github/workflows/check.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Build package
70
run: pyproject-build --wheel .
71
- name: Download coverage data
72
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
73
with:
74
name: coverage-data
75
path: .tox
0 commit comments