We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c404b73 + a687b80 commit 9f897ceCopy full SHA for 9f897ce
1 file changed
.github/workflows/test.yml
@@ -36,15 +36,15 @@ jobs:
36
version: '1'
37
include-all-prereleases: false
38
arch: x64
39
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
40
- name: Testing
41
env:
42
GITHUB_TOKEN: ${{ secrets.BENCHMARK_KEY }}
43
PR_NUMBER: ${{ github.event.number }}
44
run: >
45
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=. -e 'using Pkg; Pkg.test(coverage = true)'
46
- uses: julia-actions/julia-processcoverage@v1
47
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
slug: COMODO-research/Comodo.jl
0 commit comments