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.
1 parent 1d62420 commit fb097f9Copy full SHA for fb097f9
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
-
78
name: Upload Test Results
79
if: (!cancelled())
80
- uses: actions/upload-artifact@7
+ uses: actions/upload-artifact@v7
81
with:
82
name: Test Results (Python ${{ matrix.python-version }})
83
path: tests_xml/tests.xml
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
name: test-results-core-unittests-py${{ matrix.python-version }}
140
0 commit comments