Update actions/download-artifact action to v4 #156
							
								
								
									
										2
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -42,7 +42,7 @@ jobs: | |||||||
|       - name: Create dist folder |       - name: Create dist folder | ||||||
|         run: | |         run: | | ||||||
|           mkdir -p dist |           mkdir -p dist | ||||||
|       - uses: actions/download-artifact@v3 |       - uses: actions/download-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: whl |           name: whl | ||||||
|           path: dist |           path: dist | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user