Skip to content

Commit 5e035bc

Browse files
Potential fix for code scanning alert no. 3: Use of a known vulnerable action.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 5473458 commit 5e035bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v4
7979
- name: Download all the dists
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4.1.7
8181
with:
8282
name: python-package-distributions
8383
path: .

0 commit comments

Comments
 (0)