Skip to content

Commit c667ce8

Browse files
Merge pull request #943 from python-wheel-build/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents ef47b37 + 9a2e75a commit c667ce8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: hatch run test:test
5656

5757
- name: Upload coverage
58-
uses: actions/upload-artifact@v6
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: coverage-unit-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
6161
path: .coverage.*
@@ -130,15 +130,15 @@ jobs:
130130

131131
- name: Upload logs for debugging
132132
if: ${{ failure() }}
133-
uses: actions/upload-artifact@v6
133+
uses: actions/upload-artifact@v7
134134
with:
135135
name: ${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
136136
path: |
137137
e2e-output
138138
e2e-failed-*
139139
140140
- name: Upload coverage
141-
uses: actions/upload-artifact@v6
141+
uses: actions/upload-artifact@v7
142142
with:
143143
name: coverage-e2e-${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
144144
path: .coverage.*
@@ -183,7 +183,7 @@ jobs:
183183
hatch run test:coverage report --fail-under=60
184184
185185
- name: Upload report
186-
uses: actions/upload-artifact@v6
186+
uses: actions/upload-artifact@v7
187187
with:
188188
path: htmlcov
189189
name: htmlcov

0 commit comments

Comments
 (0)