mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Bump dawidd6/action-download-artifact from 6 to 7 (#2114)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](bf251b5aa9...80620a5d27)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
			
			
This commit is contained in:
		
							parent
							
								
									e0e84f3756
								
							
						
					
					
						commit
						0764143d2c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/deploy-pull-request.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/deploy-pull-request.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -15,7 +15,7 @@ jobs:
 | 
			
		|||
    if: ${{ github.event.workflow_run.conclusion == 'success' }}
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Download pr number
 | 
			
		||||
        uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11
 | 
			
		||||
        uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43
 | 
			
		||||
        with:
 | 
			
		||||
          workflow: ${{ github.event.workflow.id }}
 | 
			
		||||
          run_id: ${{ github.event.workflow_run.id }}
 | 
			
		||||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ jobs:
 | 
			
		|||
        id: pr
 | 
			
		||||
        run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
 | 
			
		||||
      - name: Download artifact
 | 
			
		||||
        uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11
 | 
			
		||||
        uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43
 | 
			
		||||
        with:
 | 
			
		||||
          workflow: ${{ github.event.workflow.id }}
 | 
			
		||||
          run_id: ${{ github.event.workflow_run.id }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue