Skip to content

Commit d953476

Browse files
build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#780)
1 parent 0a0934f commit d953476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: make test
6161

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

8080
- name: Upload coverage reports to Codecov
81-
uses: codecov/codecov-action@v4.3.1
81+
uses: codecov/codecov-action@v4.4.0
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
slug: stackrox/kube-linter

0 commit comments

Comments
 (0)