Skip to content

Commit a006055

Browse files
Bump actions/upload-artifact from 6 to 7 (#208)
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> Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent 6d83406 commit a006055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4141

4242
- name: Upload coverage data
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: coverage-data-${{ matrix.python-version }}
4646
include-hidden-files: true
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload HTML report
7676
if: ${{ failure() }}
77-
uses: actions/upload-artifact@v6
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: html-report
8080
path: htmlcov

0 commit comments

Comments
 (0)