Skip to content

Commit a1f1096

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1460e7 commit a1f1096

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Store coverage file
100100
if: ${{ !cancelled() && !matrix.skip-coverage }}
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: coverage-${{ matrix.python-version }}-${{ matrix.tox-env }}
104104
path: .coverage-job-*
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Upload HTML report on failure
155155
if: ${{ failure() }}
156-
uses: actions/upload-artifact@v5
156+
uses: actions/upload-artifact@v6
157157
with:
158158
name: html-report
159159
path: htmlcov

0 commit comments

Comments
 (0)