mirror of https://github.com/wb2osz/direwolf.git
				
				
				
			Bump CI actions/checkout and actions/upload-artifact to v3
This commit is contained in:
		
							parent
							
								
									ab834f338b
								
							
						
					
					
						commit
						858c129cf6
					
				| 
						 | 
					@ -83,7 +83,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: checkout
 | 
					      - name: checkout
 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          fetch-depth: 8
 | 
					          fetch-depth: 8
 | 
				
			||||||
      - name: dependency
 | 
					      - name: dependency
 | 
				
			||||||
| 
						 | 
					@ -149,7 +149,7 @@ jobs:
 | 
				
			||||||
            make package
 | 
					            make package
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
      - name: archive binary
 | 
					      - name: archive binary
 | 
				
			||||||
        uses: actions/upload-artifact@v2
 | 
					        uses: actions/upload-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
 | 
					          name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
 | 
				
			||||||
          path: |
 | 
					          path: |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue