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 23195ee commit 745ea10Copy full SHA for 745ea10
.github/workflows/continuous-integration.yml
@@ -95,7 +95,7 @@ jobs:
95
with:
96
fetch-depth: 2
97
- name: Download Coverage report
98
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
99
100
name: coverage
101
path: coverage/
.github/workflows/documentation.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install Dependencies
56
run: yarn --immutable
57
- name: Download Documentation Artifacts
58
59
60
name: docs
61
path: docs
0 commit comments