Skip to content

Commit faec15c

Browse files
authored
Merge pull request #28 from Apich-Organization/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 4 to 8
2 parents 1d97854 + f738ace commit faec15c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
url: ${{ steps.deployment.outputs.page_url }}
9696
steps:
9797
- name: Download web dist
98-
uses: actions/download-artifact@v4
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: web-dist
101101
path: dist
102102

103103
- name: Download Criterion report
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v8
105105
with:
106106
name: criterion-report
107107
path: dist/bench

0 commit comments

Comments
 (0)