Skip to content

Commit

Permalink
Fix vulnerability in download action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksebaz committed Sep 5, 2024
1 parent ab9009a commit 9130dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Update pip
run: pip install --upgrade pip
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dists.${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit 9130dcb

Please sign in to comment.