Skip to content

Commit c918ad0

Browse files
Merge pull request #3021 from VWS-Python/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 7b2a303 + 4002318 commit c918ad0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
echo "name=coverage-data-ci-${{ matrix.python-version }}-${SANITIZED_PATTERN}" >> "$GITHUB_OUTPUT"
175175
176176
- name: Upload coverage data
177-
uses: actions/upload-artifact@v6
177+
uses: actions/upload-artifact@v7
178178
with:
179179
name: ${{ steps.sanitize.outputs.name }}
180180
path: .coverage.*
@@ -220,7 +220,7 @@ jobs:
220220
UV_PYTHON: ${{ matrix.python-version }}
221221

222222
- name: Upload coverage data
223-
uses: actions/upload-artifact@v6
223+
uses: actions/upload-artifact@v7
224224
with:
225225
name: coverage-data-skip-tests-${{ matrix.python-version }}
226226
path: .coverage.*
@@ -307,7 +307,7 @@ jobs:
307307
coverage report
308308
309309
- name: Upload HTML report if check failed
310-
uses: actions/upload-artifact@v6
310+
uses: actions/upload-artifact@v7
311311
with:
312312
name: html-report
313313
path: htmlcov

0 commit comments

Comments
 (0)