From fe342e49f35df85db27f42444cdb7e74fae090da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:10:35 -0600 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#461) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b642228a..990287d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,7 @@ jobs: if: matrix.python-version == '3.11' && matrix.pydantic-version == '2.0' && matrix.sqla-version == '2' run: pdm run pytest tests docs/examples --cov=. --cov-report=xml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: matrix.python-version == '3.11' with: name: coverage-xml @@ -124,7 +124,7 @@ jobs: run: echo $PR_NUMBER > .pr_number - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs-preview path: |