Skip to content

Commit a1a70af

Browse files
committed
Try Iris workflows
1 parent 345c4d9 commit a1a70af

File tree

3 files changed

+2
-159
lines changed

3 files changed

+2
-159
lines changed

.github/workflows/benchmarks-last-release.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/benchmarks_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Download artifact
2121
id: download-artifact
2222
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#using-data-from-the-triggering-workflow
23-
uses: actions/github-script@v7
23+
uses: actions/github-script@v8
2424
with:
2525
script: |
2626
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Set up Python
7777
# benchmarks/bm_runner.py only needs builtins to run.
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979

8080
- name: Post reports
8181
env:

0 commit comments

Comments
 (0)