diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50edbdb..328a12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - run: npm run test:unit:cov - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ozgen/git-worklists