Skip to content

Commit 2b35634

Browse files
⬆ Bump actions/upload-artifact from 4 to 5
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]>
1 parent 2985b56 commit 2b35634

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
@@ -79,7 +79,7 @@ jobs:
7979
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
8080
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8181
- name: Store coverage files
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
8585
path: coverage
@@ -112,7 +112,7 @@ jobs:
112112
- run: coverage report
113113
- run: coverage html --title "Coverage for ${{ github.sha }}"
114114
- name: Store coverage HTML
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v5
116116
with:
117117
name: coverage-html
118118
path: htmlcov

0 commit comments

Comments
 (0)