diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bda641c..95f59f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: uses: cclauss/GitHub-Action-for-Flake8@v0.5.0 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml