We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d94f0 commit 7f2303fCopy full SHA for 7f2303f
.github/workflows/test.yml
@@ -33,14 +33,14 @@ jobs:
33
run: pytest --cov plugin_scripts/ tests --cov-report xml:coverage-${{ matrix.python-version }}.xml --junitxml=test-results-${{ matrix.python-version }}.xml
34
35
- name: Upload pytest test results artifact
36
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
37
with:
38
name: pytest-results-${{ matrix.python-version }}
39
path: test-results-${{ matrix.python-version }}.xml
40
if: ${{ always() }}
41
42
- name: Upload coverage results artifact
43
44
45
name: pytest-coverage-${{ matrix.python-version }}
46
path: coverage-${{ matrix.python-version }}.xml
0 commit comments