Skip to content

Commit

Permalink
Update run-test.yml to use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
aqjune authored Nov 13, 2024
1 parent 69f62d7 commit b591fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Upload test log
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: opts-test
path: /src/mlir-tv/build/Testing/Temporary/LastTest.log
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Upload test log
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: litmus-test
path: /src/mlir-tv/build/Testing/Temporary/LastTest.log

0 comments on commit b591fa9

Please sign in to comment.