Skip to content

Commit 0d19118

Browse files
authored
Update mlirAIEDistro.yml
1 parent c78a4c8 commit 0d19118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mlirAIEDistro.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
with:
357357
sparse-checkout: python/requirements.txt
358358

359-
- uses: actions/download-artifact@v3
359+
- uses: actions/download-artifact@v4
360360
with:
361361
name: build_artifact_${{ matrix.OS }}_${{ matrix.ARCH }}_rtti_${{ matrix.ENABLE_RTTI }}
362362
path: dist
@@ -434,7 +434,7 @@ jobs:
434434
ENABLE_RTTI: OFF
435435

436436
steps:
437-
- uses: actions/download-artifact@v3
437+
- uses: actions/download-artifact@v4
438438
with:
439439
# unpacks default artifact into dist/
440440
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)