Skip to content

Commit 920e1ca

Browse files
committed
ci: improve GitHub Actions and Codecov Setup
- Update GitHub Actions cache step to use version 4 - Update Codecov GitHub Action to version 4 Signed-off-by: appleboy <[email protected]>
1 parent 24c0a92 commit 920e1ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: ${{ github.ref }}
5050

51-
- uses: actions/cache@v3
51+
- uses: actions/cache@v4
5252
with:
5353
path: |
5454
${{ matrix.go-build }}
@@ -61,6 +61,6 @@ jobs:
6161
go test -v -covermode=atomic -coverprofile=coverage.out
6262
6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v3
64+
uses: codecov/codecov-action@v4
6565
with:
6666
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)