We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed4629 commit 2ad04c0Copy full SHA for 2ad04c0
.github/workflows/continuous-integration.yml
@@ -74,7 +74,7 @@ jobs:
74
run: yarn test --coverage
75
76
- name: Store Code Coverage Report
77
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
78
with:
79
name: coverage
80
path: coverage/
.github/workflows/documentation.yml
@@ -38,7 +38,7 @@ jobs:
38
run: yarn docs
39
40
- name: Upload Documentation Artifacts
41
42
43
name: docs
44
path: packages/*/docs/api.json
0 commit comments