diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a1a2ff..6fd4c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: mvn -B clean test - name: Upload coverage reports to Codecov if: matrix.os == 'ubuntu-latest' && matrix.java == 21 && github.repository == 'the-thing/chipamp' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: the-thing/chipamp