Skip to content

Commit a2897dd

Browse files
authored
Merge pull request #1116 from oasisprotocol/dependabot/github_actions/codecov/codecov-action-5.4.3
ci: bump codecov/codecov-action from 3.1.0 to 5.4.3
2 parents 7c00628 + 6961eff commit a2897dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go mod tidy -v -x -compat=1.24 # goreleaser does the same; can find lingering issues
6464
echo TIDY RESULTS START; git diff || true; echo TIDY RESULTS END
6565
- name: Upload to codecov.io
66-
uses: codecov/codecov-action@v3.1.0
66+
uses: codecov/codecov-action@v5.4.3
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
file: ./coverage.txt

0 commit comments

Comments
 (0)