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 ad2db89 commit 11f3630Copy full SHA for 11f3630
.github/workflows/continuous-integration.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Run tests
81
run: yarn test --coverage
82
- name: Store Code Coverage Report
83
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
84
with:
85
name: coverage
86
path: coverage/
.github/workflows/documentation.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build Documentation
26
run: yarn docs
27
- name: Upload Documentation Artifacts
28
29
30
name: docs
31
path: docs/api.json
0 commit comments