diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 706fa683..14fa5921 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: run: uv run pytest tests --cov=app --cov-report=xml - if: matrix.python-version == '3.13' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-xml path: coverage.xml @@ -103,7 +103,7 @@ jobs: run: echo $PR_NUMBER > .pr_number - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docs-preview path: |