Skip to content

Commit 7d32688

Browse files
Merge pull request #323 from bluetech/update-action
ci: update actions/download-artifact to fix vulnerability
2 parents 30a12ed + 2f4578f commit 7d32688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Download Package
45-
uses: actions/download-artifact@v4.1.4
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: Packages
4848
path: dist

0 commit comments

Comments
 (0)