Skip to content

Commit

Permalink
Merge pull request #248 from sidetracklabs/renovate/codecov-codecov-a…
Browse files Browse the repository at this point in the history
…ction-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
aniravi24 authored Dec 22, 2024
2 parents e3fa058 + 7edc8b4 commit 71d7ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
DATABASE_URL: postgres://postgres:password@localhost:5432/sidetrack?sslmode=disable

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 71d7ca9

Please sign in to comment.