Use different artifact purge action
This commit is contained in:
		
							parent
							
								
									29d6046eb3
								
							
						
					
					
						commit
						bf373ee3fc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -13,10 +13,10 @@ jobs:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Purge old artifacts
 | 
					      - name: Purge old artifacts
 | 
				
			||||||
        uses: kolpav/purge-artifacts-action@v1
 | 
					        uses: c-hive/gha-remove-artifacts@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          token: ${{ github.token }}
 | 
					          age: 0 days
 | 
				
			||||||
          expire-in: 3days
 | 
					          skip-recent: 3
 | 
				
			||||||
  build_base:
 | 
					  build_base:
 | 
				
			||||||
    name: Build base image
 | 
					    name: Build base image
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue