Skip to content

Commit 164ff2e

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
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>
1 parent 864f6af commit 164ff2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@ jobs:
140140
run: |
141141
bash ./scripts/ci_run_benchmark.sh $PROJECT_DIR ${{ matrix.name }}
142142
143-
- uses: actions/upload-artifact@v4
143+
- uses: actions/upload-artifact@v5
144144
with:
145145
name: canbench_result_${{ matrix.name }}
146146
path: /tmp/canbench_result_${{ matrix.name }}
147147

148-
- uses: actions/upload-artifact@v4
148+
- uses: actions/upload-artifact@v5
149149
with:
150150
name: canbench_results_persisted_${{ matrix.name }}_yml
151151
path: /tmp/canbench_results_persisted_${{ matrix.name }}.yml
152152

153-
- uses: actions/upload-artifact@v4
153+
- uses: actions/upload-artifact@v5
154154
with:
155155
name: canbench_results_${{ matrix.name }}_csv
156156
path: /tmp/canbench_results_${{ matrix.name }}.csv
@@ -169,7 +169,7 @@ jobs:
169169
run: |
170170
echo ${{ github.event.number }} > /tmp/pr_number
171171
172-
- uses: actions/upload-artifact@v4
172+
- uses: actions/upload-artifact@v5
173173
with:
174174
name: pr_number
175175
path: /tmp/pr_number

0 commit comments

Comments
 (0)