Skip to content

Commit 5b128a2

Browse files
authored
Merge pull request #51 from MunchLab/fix-benchmark
Update upload-artifact action to v4 in benchmark workflow
2 parents 0010edd + 145efdc commit 5b128a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python benchmarks/run_benchmarks.py
3535
3636
- name: Store benchmark results
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: benchmark-results
4040
path: benchmark_results/

0 commit comments

Comments
 (0)