mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	chore(deps): update actions/upload-artifact action to v5 (#1948)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									10f112c0ee
								
							
						
					
					
						commit
						ebaf3e0516
					
				
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -40,19 +40,19 @@ jobs: | ||||||
|           NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |           NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||||||
| 
 | 
 | ||||||
|       - name: Archive Chrome Extension |       - name: Archive Chrome Extension | ||||||
|         uses: actions/upload-artifact@v4 |         uses: actions/upload-artifact@v5 | ||||||
|         with: |         with: | ||||||
|           name: chrome |           name: chrome | ||||||
|           path: extension/chrome/dist |           path: extension/chrome/dist | ||||||
| 
 | 
 | ||||||
|       - name: Archive Edge Extension |       - name: Archive Edge Extension | ||||||
|         uses: actions/upload-artifact@v4 |         uses: actions/upload-artifact@v5 | ||||||
|         with: |         with: | ||||||
|           name: edge |           name: edge | ||||||
|           path: extension/edge/dist |           path: extension/edge/dist | ||||||
| 
 | 
 | ||||||
|       - name: Archive Firefox Extension |       - name: Archive Firefox Extension | ||||||
|         uses: actions/upload-artifact@v4 |         uses: actions/upload-artifact@v5 | ||||||
|         with: |         with: | ||||||
|           name: firefox |           name: firefox | ||||||
|           path: extension/firefox/dist |           path: extension/firefox/dist | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user