Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent df57b44 commit 54dab6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./cover.out

Expand All @@ -76,6 +76,6 @@ jobs:
shell: bash

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./cover.integration.out

0 comments on commit 54dab6c

Please sign in to comment.