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 88768a8 commit 903205eCopy full SHA for 903205e
.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 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