Skip to content

Commit 59178d0

Browse files
Update actions/upload-artifact action to v7 (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12fb36f commit 59178d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: yarn install --frozen-lockfile --ignore-engines
255255
- name: Run benchmarks
256256
run: cd performance/benchmark-${{ matrix.benchmark }}/ && yarn run performance:ci
257-
- uses: actions/upload-artifact@v6
257+
- uses: actions/upload-artifact@v7
258258
with:
259259
name: performance-benchmark-${{ matrix.benchmark }}
260260
path: performance/benchmark-${{ matrix.benchmark }}/combinations/combination_0/output/

0 commit comments

Comments
 (0)