Skip to content

Commit e432ee9

Browse files
chore(ci): bump codecov/codecov-action from 4 to 5 (#30)
1 parent 4fea2d0 commit e432ee9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run tests
5151
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
5252
- name: Upload coverage
53-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v5
5454
with:
5555
files: coverage.txt
5656
flags: unittests

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
goreleaser:
14+
name: GoReleaser
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout repository

0 commit comments

Comments
 (0)