Skip to content

Commit 12bd22e

Browse files
Merge pull request #887 from python-wheel-build/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 098a9f9 + 85ca742 commit 12bd22e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: hatch run test:test
5454

5555
- name: Upload coverage
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: coverage-unit-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
5959
path: .coverage.*
@@ -151,13 +151,13 @@ jobs:
151151

152152
- name: Upload logs for debugging
153153
if: ${{ failure() }}
154-
uses: actions/upload-artifact@v5
154+
uses: actions/upload-artifact@v6
155155
with:
156156
name: ${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
157157
path: e2e-output
158158

159159
- name: Upload coverage
160-
uses: actions/upload-artifact@v5
160+
uses: actions/upload-artifact@v6
161161
with:
162162
name: coverage-e2e-${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
163163
path: .coverage.*
@@ -202,7 +202,7 @@ jobs:
202202
hatch run test:coverage report --fail-under=60
203203
204204
- name: Upload report
205-
uses: actions/upload-artifact@v5
205+
uses: actions/upload-artifact@v6
206206
with:
207207
path: htmlcov
208208
name: htmlcov

0 commit comments

Comments
 (0)