Skip to content

Commit 4a28d81

Browse files
Bump actions/upload-artifact from 6 to 7 (#94)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97d5c11 commit 4a28d81

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
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Upload coverage data from this matrix job
5959
- name: Upload coverage data
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
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@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: html-coverage-report
120120
path: htmlcov/

0 commit comments

Comments
 (0)