We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213ea1c commit 0626847Copy full SHA for 0626847
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
if: matrix.python-version == '3.13' && matrix.pydantic-version == '2.0' && matrix.sqla-version == '2'
87
run: uv run pytest tests docs/examples --cov=. --cov-report=xml
88
89
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
90
91
with:
92
name: coverage-data
@@ -124,7 +124,7 @@ jobs:
124
run: echo $PR_NUMBER > .pr_number
125
126
- name: Upload artifact
127
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
128
129
name: docs-preview
130
include-hidden-files: true
0 commit comments