Skip to content

Commit fb097f9

Browse files
committed
ci: Fix bug in version specs
1 parent 1d62420 commit fb097f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
-
7878
name: Upload Test Results
7979
if: (!cancelled())
80-
uses: actions/upload-artifact@7
80+
uses: actions/upload-artifact@v7
8181
with:
8282
name: Test Results (Python ${{ matrix.python-version }})
8383
path: tests_xml/tests.xml
@@ -134,7 +134,7 @@ jobs:
134134
-
135135
name: Upload Test Results
136136
if: (!cancelled())
137-
uses: actions/upload-artifact@7
137+
uses: actions/upload-artifact@v7
138138
with:
139139
name: test-results-core-unittests-py${{ matrix.python-version }}
140140
path: tests_xml/tests.xml

0 commit comments

Comments
 (0)