Skip to content

Commit

Permalink
Merge pull request #323 from bluetech/update-action
Browse files Browse the repository at this point in the history
ci: update actions/download-artifact to fix vulnerability
  • Loading branch information
RonnyPfannschmidt authored Jan 7, 2025
2 parents 30a12ed + 2f4578f commit 7d32688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0

- name: Download Package
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4
with:
name: Packages
path: dist
Expand Down

0 comments on commit 7d32688

Please sign in to comment.