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 8d5339e commit 9c11271Copy full SHA for 9c11271
1 file changed
.github/workflows/continuous-integration.yml
@@ -81,14 +81,14 @@ jobs:
81
NODE_OPTIONS: --max-old-space-size=8192
82
83
- name: ⬆︎ Upload coverage reports to Codecov
84
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
85
with:
86
report_type: test_results
87
env:
88
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
89
90
91
92
93
94
0 commit comments