Skip to content

Commit a5ef30d

Browse files
⬆ Bump actions/upload-artifact from 4 to 5 (#232)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 100c799 commit a5ef30d

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
@@ -73,7 +73,7 @@ jobs:
7373
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
7474
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
7575
- name: Store coverage files
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: coverage-${{ matrix.python-version }}
7979
path: coverage
@@ -111,7 +111,7 @@ jobs:
111111
- run: coverage report
112112
- 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)