We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d97854 + f738ace commit faec15cCopy full SHA for faec15c
1 file changed
.github/workflows/deploy.yml
@@ -95,13 +95,13 @@ jobs:
95
url: ${{ steps.deployment.outputs.page_url }}
96
steps:
97
- name: Download web dist
98
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
99
with:
100
name: web-dist
101
path: dist
102
103
- name: Download Criterion report
104
105
106
name: criterion-report
107
path: dist/bench
0 commit comments