Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit af9ed9b

Browse files
authored
Merge pull request #218 from TechNickAI/dependabot/github_actions/actions/download-artifact-5
ci(deps): bump actions/download-artifact from 4 to 5
2 parents 6eed559 + d51b991 commit af9ed9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
steps:
178178
- name: Download build artifacts
179-
uses: actions/download-artifact@v4
179+
uses: actions/download-artifact@v5
180180
with:
181181
name: dist
182182
path: dist/

0 commit comments

Comments
 (0)