Skip to content

Commit d58985e

Browse files
⬆ Bump actions/upload-artifact from 4 to 5 (#102)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 d0cf7db commit d58985e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
7878
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
7979
- name: Store coverage files
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
8383
path: coverage
@@ -111,7 +111,7 @@ jobs:
111111
- run: uv run coverage combine coverage
112112
- run: uv run coverage html --title "Coverage for ${{ github.sha }}"
113113
- name: Store coverage HTML
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v5
115115
with:
116116
name: coverage-html
117117
path: htmlcov

0 commit comments

Comments
 (0)