Skip to content

Commit 7b8c06d

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] <[email protected]>
1 parent ce3eefa commit 7b8c06d

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
@@ -75,7 +75,7 @@ jobs:
7575
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
7676
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
7777
- name: Store coverage files
78-
uses: actions/upload-artifact@v5
78+
uses: actions/upload-artifact@v6
7979
with:
8080
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
8181
path: coverage
@@ -116,7 +116,7 @@ jobs:
116116
- run: coverage combine coverage
117117
- run: coverage html --title "Coverage for ${{ github.sha }}"
118118
- name: Store coverage HTML
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
name: coverage-html
122122
path: htmlcov

0 commit comments

Comments
 (0)