Skip to content

Commit

Permalink
Merge pull request #1943 from Retrospring/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-5
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
2 parents c1e216f + be2afd5 commit 662e586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/retrospring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage.xml

0 comments on commit 662e586

Please sign in to comment.