We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f266a + 232dbc7 commit b54112bCopy full SHA for b54112b
.github/workflows/build.yml
@@ -151,7 +151,7 @@ jobs:
151
-
152
name: Send to Codecov
153
if: always()
154
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
155
with:
156
directory: ./bin/testreports
157
flags: integration
@@ -228,7 +228,7 @@ jobs:
228
229
230
231
232
233
directory: ${{ env.TESTREPORTS_DIR }}
234
env_vars: RUNNER_OS
0 commit comments