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 |       - name: Build wheel file | ||||||
|         run: python setup.py bdist_wheel |         run: python setup.py bdist_wheel | ||||||
|       - id: skip_check |       - id: skip_check | ||||||
|         uses: actions/upload-artifact@v3 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: whl |           name: whl | ||||||
|           path: dist/ |           path: dist/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user