Skip to content

Commit a4ca6e8

Browse files
committed
Delete much CI. Upgrade upload-artifact@v4
1 parent de9cac7 commit a4ca6e8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- 'nightly'
2221
- '1'
23-
- '1.6'
2422
os:
2523
- ubuntu-latest
26-
- macos-latest
27-
- windows-latest
2824
arch:
2925
- x64
3026
include:

.github/workflows/runbenchandupload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
PR_NUMBER: ${{ github.event.pull_request.number }}
5555
run: |
5656
echo $PR_NUMBER > .benchmarkci/pr_number
57-
- uses: actions/upload-artifact@v3
57+
- uses: actions/upload-artifact@v4
5858
with:
5959
name: BenchmarkResults
6060
path: .benchmarkci/

0 commit comments

Comments
 (0)