Skip to content

Commit 683b172

Browse files
Update actions/upload-artifact action to v7 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0de588 commit 683b172

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
@@ -126,7 +126,7 @@ jobs:
126126
run: yarn install
127127
- name: Run benchmarks
128128
run: cd performance/benchmark-${{ matrix.benchmark }}/ && yarn run performance:ci
129-
- uses: actions/upload-artifact@v6
129+
- uses: actions/upload-artifact@v7
130130
with:
131131
name: performance-benchmark-${{ matrix.benchmark }}
132132
path: performance/benchmark-${{ matrix.benchmark }}/combinations/combination_0/output/

0 commit comments

Comments
 (0)