Skip to content

Commit ebf93f1

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#161)
1 parent e47f310 commit ebf93f1

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.3.0
186+
- uses: actions/download-artifact@v5.0.0
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.3.0
205+
- uses: actions/download-artifact@v5.0.0
206206
with:
207207
pattern: built-*
208208
merge-multiple: true

0 commit comments

Comments
 (0)