Skip to content

Commit 5c4af3e

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#1789)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7399864 commit 5c4af3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CommonCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
REACTANT_TEST_GROUP: ${{ inputs.test_group }}
186186

187187
- name: "Upload MLIR modules"
188-
uses: actions/upload-artifact@v4
188+
uses: actions/upload-artifact@v5
189189
timeout-minutes: 10
190190
if: always()
191191
with:

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
run: |
5454
julia --color=yes --project=benchmark benchmark/runbenchmarks.jl
5555
- name: Upload PProf Results
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
timeout-minutes: 10
5858
with:
5959
name: pprof-results-${{ matrix.os }}
6060
path: "**/*pb.gz"
6161
retention-days: 90
6262
overwrite: false
6363
- name: Upload Benchmark Results
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
timeout-minutes: 10
6666
with:
6767
name: benchmark-results-${{ matrix.os }}
@@ -95,7 +95,7 @@ jobs:
9595
9696
echo "path=$(find benchmark -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT
9797
- name: Upload benchmark results as artifact
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: benchmark-results
101101
path: ${{ steps.locate.outputs.path }}

0 commit comments

Comments
 (0)