We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9cac7 commit a4ca6e8Copy full SHA for a4ca6e8
.github/workflows/ci.yml
@@ -18,13 +18,9 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - 'nightly'
22
- '1'
23
- - '1.6'
24
os:
25
- ubuntu-latest
26
- - macos-latest
27
- - windows-latest
28
arch:
29
- x64
30
include:
.github/workflows/runbenchandupload.yml
@@ -54,7 +54,7 @@ jobs:
54
PR_NUMBER: ${{ github.event.pull_request.number }}
55
run: |
56
echo $PR_NUMBER > .benchmarkci/pr_number
57
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
58
with:
59
name: BenchmarkResults
60
path: .benchmarkci/
0 commit comments