Skip to content

Commit bed9402

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#94)
1 parent f40dbd0 commit bed9402

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
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
python -m pip install --upgrade pip
181181
pip install --upgrade twine
182-
- uses: actions/download-artifact@v5.0.0
182+
- uses: actions/download-artifact@v6.0.0
183183
with:
184184
pattern: built-*
185185
merge-multiple: true
@@ -198,7 +198,7 @@ jobs:
198198
permissions:
199199
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
200200
steps:
201-
- uses: actions/download-artifact@v5.0.0
201+
- uses: actions/download-artifact@v6.0.0
202202
with:
203203
pattern: built-*
204204
merge-multiple: true

0 commit comments

Comments
 (0)