We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7aec6 commit 3337c75Copy full SHA for 3337c75
.github/workflows/tests.yaml
@@ -54,7 +54,7 @@ jobs:
54
# if we don't care if the upload's successful?
55
- name: Upload coverage to Codecov
56
if: steps.detect_if_should_run.outputs.result == 'true'
57
- uses: Wandalen/wretry.action@v3.3.0
+ uses: Wandalen/wretry.action@v3.4.0
58
with:
59
action: codecov/codecov-action@v3
60
with: |
@@ -136,7 +136,7 @@ jobs:
136
# somewhat defeats the purpose of uploading those reports. Why bother uploading
137
138
139
140
141
142
0 commit comments