We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55765f2 commit 64794c3Copy full SHA for 64794c3
1 file changed
.github/workflows/tests.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: 🚀 Run pytest
40
run: poetry run pytest --cov src tests
41
- name: ⬆️ Upload coverage artifact
42
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.1
43
with:
44
include-hidden-files: true
45
name: coverage-${{ matrix.python }}
0 commit comments