Skip to content

Commit c9f29d4

Browse files
Merge pull request #2735 from VWS-Python/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 281afbc + 0e366b5 commit c9f29d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
echo "name=coverage-data-ci-${{ matrix.python-version }}-${SANITIZED_PATTERN}" >> "$GITHUB_OUTPUT"
170170
171171
- name: Upload coverage data
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: ${{ steps.sanitize.outputs.name }}
175175
path: .coverage.*
@@ -213,7 +213,7 @@ jobs:
213213
UV_PYTHON: ${{ matrix.python-version }}
214214

215215
- name: Upload coverage data
216-
uses: actions/upload-artifact@v4
216+
uses: actions/upload-artifact@v5
217217
with:
218218
name: coverage-data-skip-tests-${{ matrix.python-version }}
219219
path: .coverage.*
@@ -296,7 +296,7 @@ jobs:
296296
coverage report
297297
298298
- name: Upload HTML report if check failed
299-
uses: actions/upload-artifact@v4
299+
uses: actions/upload-artifact@v5
300300
with:
301301
name: html-report
302302
path: htmlcov

0 commit comments

Comments
 (0)