Skip to content

Commit a458c5e

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 5ca7f2d commit a458c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Upload coverage data from this matrix job
5959
- name: Upload coverage data
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: coverage-data-${{ matrix.os }}-${{ matrix.python-config.tox-env }}
6363
path: .coverage.*
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Upload HTML coverage report as artifact for debugging
116116
- name: Upload HTML coverage report
117-
uses: actions/upload-artifact@v5
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: html-coverage-report
120120
path: htmlcov/

0 commit comments

Comments
 (0)