diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ba3773a..69f86dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: TEST_DATABASE_URL: postgres://postgres:postgrespassword@localhost:5432/azums_test - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info