File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ jobs:
111111 run : pnpm vp test --project nuxt --coverage --reporter=default --reporter=junit --outputFile=test-report.junit.xml
112112
113113 - name : ⬆︎ Upload coverage reports to Codecov
114- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
114+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
115115 with :
116116 report_type : test_results
117117 env :
118118 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
119119
120120 - name : ⬆︎ Upload coverage reports to Codecov
121- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
121+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
122122 env :
123123 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
124124
You can’t perform that action at this time.
0 commit comments