diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8ceeff8..a2b3954 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: run: | yam -e tests --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} slug: spapanik/yamk