Skip to content

Commit 659163a

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2d98cb commit 659163a

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@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: coverage-unit-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
5959
path: .coverage.*
@@ -149,13 +149,13 @@ jobs:
149149

150150
- name: Upload logs for debugging
151151
if: ${{ failure() }}
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v5
153153
with:
154154
name: ${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
155155
path: e2e-output
156156

157157
- name: Upload coverage
158-
uses: actions/upload-artifact@v4
158+
uses: actions/upload-artifact@v5
159159
with:
160160
name: coverage-e2e-${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
161161
path: .coverage.*
@@ -200,7 +200,7 @@ jobs:
200200
hatch run test:coverage report --fail-under=60
201201
202202
- name: Upload report
203-
uses: actions/upload-artifact@v4
203+
uses: actions/upload-artifact@v5
204204
with:
205205
path: htmlcov
206206
name: htmlcov

0 commit comments

Comments
 (0)