Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and michaeladler committed Dec 2, 2024
1 parent 61eb050 commit ff0b6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-golang-
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
PGSSLMODE: disable
- name: Upload coverage to Codecov
# note: v4 is buggy and fails to upload this report
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
MYSQL_HOST: mysql
- name: Upload coverage to Codecov
# note: v4 is buggy and fails to upload this report
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
Expand Down

0 comments on commit ff0b6b6

Please sign in to comment.