Skip to content

Commit

Permalink
Update mlirDistro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Sep 3, 2024
1 parent c78a4c8 commit 0505083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mlirDistro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
# ENABLE_RTTI: OFF

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_artifact_${{ matrix.OS }}_${{ matrix.ARCH }}_rtti_${{ matrix.ENABLE_RTTI }}
path: dist
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
contents: write

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down

0 comments on commit 0505083

Please sign in to comment.