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 1033d3e commit ce4faf8Copy full SHA for ce4faf8
.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 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