diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a02a1f..e03d4ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: with: name: "${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.psychopy-version }}" path: "*.*" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml