Skip to content

Commit

Permalink
Merge pull request #1199 from cloudflare/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.0.2

build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
prymitive authored Nov 18, 2024
2 parents 2fda9a2 + b91ea57 commit eadc479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Re-run report 3 times to have a better
# chance of success.
- name: Report code coverage (1)
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./.cover/coverage.out
Expand All @@ -44,7 +44,7 @@ jobs:
continue-on-error: true

- name: Report code coverage (2)
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./.cover/coverage.out
Expand All @@ -53,7 +53,7 @@ jobs:
continue-on-error: true

- name: Report code coverage (3)
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./.cover/coverage.out
Expand Down

0 comments on commit eadc479

Please sign in to comment.