Update actions/upload-artifact action to v4 #157
							
								
								
									
										2
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -29,7 +29,7 @@ jobs: | ||||
|       - name: Build wheel file | ||||
|         run: python setup.py bdist_wheel | ||||
|       - id: skip_check | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         uses: actions/upload-artifact@v4 | ||||
|         with: | ||||
|           name: whl | ||||
|           path: dist/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user