There was an error while loading. Please reload this page.
2 parents c82b057 + 38ec779 commit b930a0bCopy full SHA for b930a0b
2 files changed
.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@v6
+ uses: actions/upload-artifact@v7
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