diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74f714a..389b5a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.python-version == '3.11' with: name: coverage-report