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 d2529c5 commit 56d0cebCopy full SHA for 56d0ceb
.github/workflows/continuous-integration.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
fetch-depth: 2
80
- name: Download Coverage report
81
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
82
83
name: coverage
84
path: coverage/
.github/workflows/documentation.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install Dependencies
68
run: yarn --immutable
69
- name: Download Documentation Artifacts
70
71
72
name: docs
73
path: docs
0 commit comments