diff --git a/.github/workflows/CommonCI.yml b/.github/workflows/CommonCI.yml index 6a888f9e4b..bc6ccde3ed 100644 --- a/.github/workflows/CommonCI.yml +++ b/.github/workflows/CommonCI.yml @@ -185,7 +185,7 @@ jobs: REACTANT_TEST_GROUP: ${{ inputs.test_group }} - name: "Upload MLIR modules" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 timeout-minutes: 10 if: always() with: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4fb714dab8..b930c22de7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -53,7 +53,7 @@ jobs: run: | julia --color=yes --project=benchmark benchmark/runbenchmarks.jl - name: Upload PProf Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 timeout-minutes: 10 with: name: pprof-results-${{ matrix.os }} @@ -61,7 +61,7 @@ jobs: retention-days: 90 overwrite: false - name: Upload Benchmark Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 timeout-minutes: 10 with: name: benchmark-results-${{ matrix.os }} @@ -95,7 +95,7 @@ jobs: echo "path=$(find benchmark -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT - name: Upload benchmark results as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: benchmark-results path: ${{ steps.locate.outputs.path }}