mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	CI: bump actions/upload-artifact and codecov/codecov-action actions
This commit is contained in:
		
							parent
							
								
									dc3b2e49c1
								
							
						
					
					
						commit
						98e94867f5
					
				
							
								
								
									
										4
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -54,11 +54,11 @@ jobs: | ||||||
|       - run: tox -e ${{ matrix.tox }} |       - run: tox -e ${{ matrix.tox }} | ||||||
|       - name: Upload coverage.xml |       - name: Upload coverage.xml | ||||||
|         if: ${{ matrix.python == '3.10' }} |         if: ${{ matrix.python == '3.10' }} | ||||||
|         uses: actions/upload-artifact@v3 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: graphene-coverage |           name: graphene-coverage | ||||||
|           path: coverage.xml |           path: coverage.xml | ||||||
|           if-no-files-found: error |           if-no-files-found: error | ||||||
|       - name: Upload coverage.xml to codecov |       - name: Upload coverage.xml to codecov | ||||||
|         if: ${{ matrix.python == '3.10' }} |         if: ${{ matrix.python == '3.10' }} | ||||||
|         uses: codecov/codecov-action@v3 |         uses: codecov/codecov-action@v4 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user