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 7979c54 commit 2138745Copy full SHA for 2138745
.github/workflows/ci.yml
@@ -210,7 +210,7 @@ jobs:
210
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
211
chmod +x ./cc-test-reporter
212
- name: Download coverage reports
213
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
214
with:
215
name: coverage
216
path: coverage/coverage.*.json
@@ -232,7 +232,7 @@ jobs:
232
bundler-cache: true
233
- name: Download API Docs
234
if: ${{ env.OPENAPI }}
235
236
237
name: api_docs
238
path: tmp/
0 commit comments