Skip to content

Commit

Permalink
Merge pull request #806 from kubewarden/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4.4.1

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1
  • Loading branch information
fabriziosestito authored May 20, 2024
2 parents 3ecf73d + f07c555 commit 7a16267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Generate unit-tests coverage
run: make coverage-unit-tests
- name: Upload unit-tests coverage to Codecov
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
Expand Down

0 comments on commit 7a16267

Please sign in to comment.