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 5de298d commit fe555e6Copy full SHA for fe555e6
.github/workflows/tests.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: 🚀 Run pytest
38
run: poetry run pytest --cov twentemilieu tests
39
- name: ⬆️ Upload coverage artifact
40
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
41
with:
42
name: coverage-${{ matrix.python }}
43
include-hidden-files: true
0 commit comments