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.
2 parents e651e9e + 1926c3c commit d1cb8a6Copy full SHA for d1cb8a6
.github/workflows/code-quality-and-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
# Step 11: Upload test results as artifacts (optional)
65
- name: Upload test results
66
if: always()
67
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
68
with:
69
name: test-results-${{ matrix.python-version }}
70
path: |
.github/workflows/test-main-features.yml
@@ -69,7 +69,7 @@ jobs:
poetry run python tests/test_main_features.py
71
72
73
74
75
name: test-results
0 commit comments