Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent 0a0934f commit d953476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: make test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: stackrox/kube-linter
Expand All @@ -78,7 +78,7 @@ jobs:
run: make e2e-bats

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: stackrox/kube-linter
Expand Down

0 comments on commit d953476

Please sign in to comment.