We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb25c8 commit 62a6fcbCopy full SHA for 62a6fcb
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
112
- name: Upload coverage to Codecov
113
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }}
114
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
115
116
- name: Stop the local node
117
run: npx @hashgraph/hedera-local stop
0 commit comments