Skip to content

Commit c0fffe0

Browse files
Merge branch 'master' into feat_add_trigger_vars
2 parents 0a9fc45 + 0a83d3d commit c0fffe0

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@v4
54+
- uses: codecov/codecov-action@v3
5555
with:
5656
file: ./coverage.out

0 commit comments

Comments
 (0)