Skip to content

Commit 1745704

Browse files
chore(deps): bump codecov/codecov-action from 1 to 3 (#1369)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77b8f82 commit 1745704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
go test -v -coverprofile coverage.out -covermode atomic ./...
5252
- name: Publish coverage
53-
uses: codecov/codecov-action@v1
53+
uses: codecov/codecov-action@v3
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656
build:

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Test
2929
run: go test -v -coverprofile coverage.out -covermode atomic ./...
3030
- name: Publish coverage
31-
uses: codecov/codecov-action@v1
31+
uses: codecov/codecov-action@v3
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
publish:

0 commit comments

Comments
 (0)