Skip to content

Commit b0f7a55

Browse files
Merge pull request #37 from SecretiveShell/alert-autofix-3
Potential fix for code scanning alert no. 3: Use of a known vulnerable action.
2 parents 5473458 + 5e035bc commit b0f7a55

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)