File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,18 @@ jobs:
2727            os : ubuntu-latest 
2828            arch : x64 
2929    steps :
30-       - uses : actions/checkout@v3  
30+       - uses : actions/checkout@v4  
3131      - uses : julia-actions/setup-julia@v1 
3232        with :
3333          version : ${{ matrix.version }} 
3434          arch : ${{ matrix.arch }} 
35-       - uses : actions/cache@v1 
36-         env :
37-           cache-name : cache-artifacts 
38-         with :
39-           path : ~/.julia/artifacts 
40-           key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} 
41-           restore-keys : | 
42-             ${{ runner.os }}-test-${{ env.cache-name }}- 
43-             ${{ runner.os }}-test- 
44-             ${{ runner.os }}- 
35+       - uses : julia-actions/cache@v2 
4536      - uses : julia-actions/julia-buildpkg@v1 
4637      - uses : julia-actions/julia-runtest@v1 
4738        with :
4839          depwarn : error 
4940      - uses : julia-actions/julia-processcoverage@v1 
50-       - uses : codecov/codecov-action@v3  
41+       - uses : codecov/codecov-action@v4  
5142        with :
5243          file : lcov.info 
44+           token : ${{ secrets.CODECOV_TOKEN }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments