Skip to content

Commit 9a8a3ca

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#4450)
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 d87e20f commit 9a8a3ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
echo "${{ github.event.number }}" > .pr_number
247247
248248
- name: Upload artifact
249-
uses: actions/upload-artifact@v4
249+
uses: actions/upload-artifact@v5
250250
with:
251251
name: docs-preview
252252
path: |
@@ -317,7 +317,7 @@ jobs:
317317
- name: Rename coverage file
318318
run: mv .coverage* .coverage.pydantic_v1
319319

320-
- uses: actions/upload-artifact@v4
320+
- uses: actions/upload-artifact@v5
321321
with:
322322
name: coverage-data-pydantic_v1-${{ inputs.python-version }}
323323
path: .coverage.pydantic_v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: inputs.coverage
7878
run: mv .coverage .coverage.${{ inputs.python-version }}
7979

80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v5
8181
if: inputs.coverage
8282
with:
8383
name: coverage-data-${{ inputs.python-version }}

0 commit comments

Comments
 (0)