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 d2bf99c commit 75df45cCopy full SHA for 75df45c
.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@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
43
with:
44
include-hidden-files: true
45
name: coverage-${{ matrix.python }}
0 commit comments