Skip to content

Commit

Permalink
upd CI to address GHSA-cxww-7g56-2vh6
Browse files Browse the repository at this point in the history
Upgrades download-artifact to address GHSA-cxww-7g56-2vh6 security vulnerability
  • Loading branch information
julbinb authored Sep 6, 2024
1 parent b684b89 commit e7c4575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: github_artifacts
- name: move
Expand Down

0 comments on commit e7c4575

Please sign in to comment.