Skip to content

Commit acfb060

Browse files
⬆ Bump actions/upload-artifact from 6 to 7 (#40)
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 c0f2d20 commit acfb060

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
@@ -90,7 +90,7 @@ jobs:
9090
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
9191
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
9292
- name: Store coverage files
93-
uses: actions/upload-artifact@v6
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
9696
path: coverage
@@ -130,7 +130,7 @@ jobs:
130130
- run: uv run coverage combine coverage
131131
- run: uv run coverage html --title "Coverage for ${{ github.sha }}"
132132
- name: Store coverage HTML
133-
uses: actions/upload-artifact@v6
133+
uses: actions/upload-artifact@v7
134134
with:
135135
name: coverage-html
136136
path: htmlcov

0 commit comments

Comments
 (0)