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 157b464 commit 6fb5d8eCopy full SHA for 6fb5d8e
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@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
43
with:
44
include-hidden-files: true
45
name: coverage-${{ matrix.python }}
0 commit comments