Skip to content

Commit

Permalink
test.yml: Update version of download-artifact (#83)
Browse files Browse the repository at this point in the history
actions/download-artifact has an Arbitrary File Write via artifact extraction
  • Loading branch information
moshekaplan authored Sep 4, 2024
1 parent 441994b commit e097c71
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 @@ -56,7 +56,7 @@ jobs:
with:
python-version: "3.11"
- name: "Download coverage data"
uses: actions/download-artifact@v3
uses: actions/download-artifact@4.1.7
with:
name: covdata
- name: Extract coverage stats
Expand Down

0 comments on commit e097c71

Please sign in to comment.