Skip to content

Commit cee61d2

Browse files
committed
Pin actions/download-artifact to address security issues
1 parent 0b32a78 commit cee61d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
run: |
184184
python -m pip install --upgrade pip
185185
pip install --upgrade twine
186-
- uses: actions/download-artifact@v4
186+
- uses: actions/download-artifact@v4.1.8
187187
with:
188188
pattern: built-*
189189
merge-multiple: true
@@ -202,7 +202,7 @@ jobs:
202202
permissions:
203203
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
204204
steps:
205-
- uses: actions/download-artifact@v4
205+
- uses: actions/download-artifact@v4.1.8
206206
with:
207207
pattern: built-*
208208
merge-multiple: true

0 commit comments

Comments
 (0)