Skip to content

Commit 0a9fc45

Browse files
authoredSep 18, 2023
Merge branch 'master' into feat_add_trigger_vars
2 parents e76387b + 83b3226 commit 0a9fc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
go mod download && go mod tidy && make generate
5252
git diff --exit-code -- .
5353
- run: make test
54-
- uses: codecov/codecov-action@v3
54+
- uses: codecov/codecov-action@v4
5555
with:
5656
file: ./coverage.out

0 commit comments

Comments
 (0)
Please sign in to comment.