1 parent 2fca353 commit f8bf560Copy full SHA for f8bf560
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run tests
21
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=language_data --cov-report=xml:junit/coverage-${{ matrix.python-version }}.xml
22
- name: Upload
23
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
24
with:
25
name: junit-${{ matrix.python-version }}
26
path: junit/*
0 commit comments