Skip to content

Commit 08bcc93

Browse files
Bump actions/download-artifact from 4.1.8 to 4.3.0 (#77)
1 parent b944ce9 commit 08bcc93

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
@@ -246,7 +246,7 @@ jobs:
246246
run: |
247247
python -m pip install --upgrade pip
248248
pip install --upgrade twine
249-
- uses: actions/download-artifact@v4.1.8
249+
- uses: actions/download-artifact@v4.3.0
250250
with:
251251
pattern: built-*
252252
merge-multiple: true
@@ -313,7 +313,7 @@ jobs:
313313
permissions:
314314
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
315315
steps:
316-
- uses: actions/download-artifact@v4.1.8
316+
- uses: actions/download-artifact@v4.3.0
317317
with:
318318
pattern: built-*
319319
merge-multiple: true

0 commit comments

Comments
 (0)