Skip to content

Commit 5609164

Browse files
⬆ Bump actions/upload-artifact from 4 to 5 (#4)
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 2cd8a8f commit 5609164

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@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
8181
path: coverage
@@ -117,7 +117,7 @@ jobs:
117117
- run: coverage report
118118
- run: coverage html --title "Coverage for ${{ github.sha }}"
119119
- name: Store coverage HTML
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v5
121121
with:
122122
name: coverage-html
123123
path: htmlcov

0 commit comments

Comments
 (0)