Skip to content

Commit 554289d

Browse files
authored
Update mlirDistro.yml
1 parent 0d19118 commit 554289d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mlirDistro.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
# ENABLE_RTTI: OFF
396396

397397
steps:
398-
- uses: actions/download-artifact@v3
398+
- uses: actions/download-artifact@v4
399399
with:
400400
name: build_artifact_${{ matrix.OS }}_${{ matrix.ARCH }}_rtti_${{ matrix.ENABLE_RTTI }}
401401
path: dist
@@ -471,7 +471,7 @@ jobs:
471471
contents: write
472472

473473
steps:
474-
- uses: actions/download-artifact@v3
474+
- uses: actions/download-artifact@v4
475475
with:
476476
# unpacks default artifact into dist/
477477
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)