Skip to content

Commit c56abac

Browse files
Update actions/download-artifact action to v5
1 parent e464b3e commit c56abac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
with:
382382
python-version: ${{ matrix.py }}
383383
- name: Download build
384-
uses: actions/download-artifact@v4
384+
uses: actions/download-artifact@v5
385385
with:
386386
name: build
387387
path: dist
@@ -430,7 +430,7 @@ jobs:
430430
with:
431431
python-version: "3.12"
432432
- name: Download build
433-
uses: actions/download-artifact@v4
433+
uses: actions/download-artifact@v5
434434
with:
435435
name: build
436436
path: dist

0 commit comments

Comments
 (0)