chore(deps): update artifact actions (major) to v4 (major) (#28415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ea5397c373
								
							
						
					
					
						commit
						559bbf0aa6
					
				| 
						 | 
					@ -52,7 +52,7 @@ jobs:
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          tar --exclude={"*.br","*.gz"} -zcf artifacts.tar.gz public/assets public/packs*
 | 
					          tar --exclude={"*.br","*.gz"} -zcf artifacts.tar.gz public/assets public/packs*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/upload-artifact@v3
 | 
					      - uses: actions/upload-artifact@v4
 | 
				
			||||||
        if: matrix.mode == 'test'
 | 
					        if: matrix.mode == 'test'
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: |-
 | 
					          path: |-
 | 
				
			||||||
| 
						 | 
					@ -117,7 +117,7 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/download-artifact@v3
 | 
					      - uses: actions/download-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: './'
 | 
					          path: './'
 | 
				
			||||||
          name: ${{ github.sha }}
 | 
					          name: ${{ github.sha }}
 | 
				
			||||||
| 
						 | 
					@ -193,7 +193,7 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/download-artifact@v3
 | 
					      - uses: actions/download-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: './public'
 | 
					          path: './public'
 | 
				
			||||||
          name: ${{ github.sha }}
 | 
					          name: ${{ github.sha }}
 | 
				
			||||||
| 
						 | 
					@ -213,14 +213,14 @@ jobs:
 | 
				
			||||||
      - run: bundle exec rake spec:system
 | 
					      - run: bundle exec rake spec:system
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Archive logs
 | 
					      - name: Archive logs
 | 
				
			||||||
        uses: actions/upload-artifact@v3
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: e2e-logs-${{ matrix.ruby-version }}
 | 
					          name: e2e-logs-${{ matrix.ruby-version }}
 | 
				
			||||||
          path: log/
 | 
					          path: log/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Archive test screenshots
 | 
					      - name: Archive test screenshots
 | 
				
			||||||
        uses: actions/upload-artifact@v3
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: e2e-screenshots
 | 
					          name: e2e-screenshots
 | 
				
			||||||
| 
						 | 
					@ -297,7 +297,7 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/download-artifact@v3
 | 
					      - uses: actions/download-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: './public'
 | 
					          path: './public'
 | 
				
			||||||
          name: ${{ github.sha }}
 | 
					          name: ${{ github.sha }}
 | 
				
			||||||
| 
						 | 
					@ -317,14 +317,14 @@ jobs:
 | 
				
			||||||
      - run: bin/rspec --tag search
 | 
					      - run: bin/rspec --tag search
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Archive logs
 | 
					      - name: Archive logs
 | 
				
			||||||
        uses: actions/upload-artifact@v3
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: test-search-logs-${{ matrix.ruby-version }}
 | 
					          name: test-search-logs-${{ matrix.ruby-version }}
 | 
				
			||||||
          path: log/
 | 
					          path: log/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Archive test screenshots
 | 
					      - name: Archive test screenshots
 | 
				
			||||||
        uses: actions/upload-artifact@v3
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        if: failure()
 | 
					        if: failure()
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: test-search-screenshots
 | 
					          name: test-search-screenshots
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue