Skip to content

Commit

Permalink
Fix to CVE-2024-42471 by updating actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vicperdana committed Sep 4, 2024
1 parent 92b5390 commit d94970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: ./scripts/pipeline-deps.ps1

- name: Download module
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Module
path: ./out/modules/PSDocs
Expand Down

0 comments on commit d94970b

Please sign in to comment.