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 6f8de29 commit 9596890Copy full SHA for 9596890
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@v4.6.1
+ uses: actions/upload-artifact@v4.6.2
43
with:
44
include-hidden-files: true
45
name: coverage-${{ matrix.python }}
0 commit comments