Skip to content

Commit 0626847

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#764)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 213ea1c commit 0626847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: matrix.python-version == '3.13' && matrix.pydantic-version == '2.0' && matrix.sqla-version == '2'
8787
run: uv run pytest tests docs/examples --cov=. --cov-report=xml
8888

89-
- uses: actions/upload-artifact@v4
89+
- uses: actions/upload-artifact@v5
9090
if: matrix.python-version == '3.13' && matrix.pydantic-version == '2.0' && matrix.sqla-version == '2'
9191
with:
9292
name: coverage-data
@@ -124,7 +124,7 @@ jobs:
124124
run: echo $PR_NUMBER > .pr_number
125125

126126
- name: Upload artifact
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: docs-preview
130130
include-hidden-files: true

0 commit comments

Comments
 (0)