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 cb9f345 commit 1ff348cCopy full SHA for 1ff348c
.github/workflows/continuous-integration.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests
44
run: yarn test:coverage
45
- name: Store Code Coverage Report
46
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
47
with:
48
name: coverage
49
path: coverage/
.github/workflows/documentation.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build Documentation
37
run: yarn docs
38
- name: Upload Documentation Artifacts
39
40
41
name: docs
42
path: docs/api.json
0 commit comments