Skip to content

Commit a32b943

Browse files
authored
Merge pull request #130 from yellow-hammer/dependabot/github_actions/actions/download-artifact-8
ci(deps): bump actions/download-artifact from 5 to 8
2 parents d6664b3 + a4ca934 commit a32b943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
url: ${{ steps.deployment.outputs.page_url }}
6969
steps:
7070
- name: Download build artifact
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v8
7272
with:
7373
name: build-node20
7474
path: ./build

0 commit comments

Comments
 (0)