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 8a05968 + 635e939 commit c6921ddCopy full SHA for c6921dd
.github/workflows/build.yml
@@ -68,14 +68,14 @@ jobs:
68
if: ${{ matrix.os == 'ubuntu-latest' }}
69
70
- name: Upload test results (Python)
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
with:
73
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
74
path: python/junit.xml
75
if: ${{ always() }}
76
77
- name: Upload test results (JS)
78
79
80
name: jest-results-${{ matrix.os }}-${{ matrix.python-version }}
81
path: js/junit.xml
0 commit comments