File tree Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 4242        run : | 
4343          ./gradlew :datahub-actions:build 
4444
45- uses : actions/upload-artifact@v4  
45+ uses : actions/upload-artifact@v5  
4646        if : always() 
4747        with :
4848          name : Test Results (build) 
6464    runs-on : ubuntu-latest 
6565    steps :
6666      - name : Upload 
67-         uses : actions/upload-artifact@v4  
67+         uses : actions/upload-artifact@v5  
6868        with :
6969          name : Event File 
7070          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change 7272      - name : pip freeze show list installed 
7373        if : always() 
7474        run : source metadata-ingestion-modules/airflow-plugin/venv/bin/activate && uv pip freeze 
75-       - uses : actions/upload-artifact@v4  
75+       - uses : actions/upload-artifact@v5  
7676        if : ${{ always() && matrix.python-version == '3.10' && matrix.extra_pip_requirements == 'apache-airflow~=2.7.3' }} 
7777        with :
7878          name : Test Results (Airflow Plugin ${{ matrix.python-version}}) 
@@ -103,7 +103,7 @@ jobs:
103103    runs-on : ubuntu-latest 
104104    steps :
105105      - name : Upload 
106-         uses : actions/upload-artifact@v4  
106+         uses : actions/upload-artifact@v5  
107107        with :
108108          name : Event File 
109109          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149          echo "FRONTEND_FILES=`find ./build/coverage-reports/ -type f | grep -E '(datahub-frontend|datahub-web-react).*\.(xml|json)$' | xargs | sed 's/ /,/g'`" >> $GITHUB_ENV 
150150name : Generate tz artifact name 
151151        run : echo "NAME_TZ=$(echo ${{ matrix.timezone }} | tr '/' '-')" >> $GITHUB_ENV 
152-       - uses : actions/upload-artifact@v4  
152+       - uses : actions/upload-artifact@v5  
153153        if : always() 
154154        with :
155155          name : Test Results (build) - ${{ matrix.command}}-${{ env.NAME_TZ }} 
@@ -228,7 +228,7 @@ jobs:
228228    runs-on : ubuntu-latest 
229229    steps :
230230      - name : Upload 
231-         uses : actions/upload-artifact@v4  
231+         uses : actions/upload-artifact@v5  
232232        with :
233233          name : Event File 
234234          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change 6161      - name : pip freeze show list installed 
6262        if : always() 
6363        run : source metadata-ingestion-modules/dagster-plugin/venv/bin/activate && uv pip freeze 
64-       - uses : actions/upload-artifact@v4  
64+       - uses : actions/upload-artifact@v5  
6565        if : ${{ always() && matrix.python-version == '3.11' && matrix.extraPythonRequirement == 'dagster>=1.3.3' }} 
6666        with :
6767          name : Test Results (dagster Plugin ${{ matrix.python-version}}) 
9191    runs-on : ubuntu-latest 
9292    steps :
9393      - name : Upload 
94-         uses : actions/upload-artifact@v4  
94+         uses : actions/upload-artifact@v5  
9595        with :
9696          name : Event File 
9797          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change @@ -338,19 +338,19 @@ jobs:
338338          TEST_STRATEGY="-${{ matrix.test_strategy }}" 
339339          source .github/scripts/docker_logs.sh 
340340name : Upload logs 
341-         uses : actions/upload-artifact@v4  
341+         uses : actions/upload-artifact@v5  
342342        if : failure() 
343343        with :
344344          name : docker-logs-${{ matrix.profile }}-${{ matrix.test_strategy }} 
345345          path : " docker_logs/*.log" 
346346          retention-days : 5 
347347      - name : Upload screenshots 
348-         uses : actions/upload-artifact@v4  
348+         uses : actions/upload-artifact@v5  
349349        if : failure() 
350350        with :
351351          name : cypress-snapshots-${{ matrix.profile }}-${{ matrix.test_strategy }} 
352352          path : smoke-test/tests/cypress/cypress/screenshots/ 
353-       - uses : actions/upload-artifact@v4  
353+       - uses : actions/upload-artifact@v5  
354354        if : always() 
355355        with :
356356          name : Test Results (smoke tests) ${{ matrix.profile }} ${{ matrix.test_strategy }} 
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294294
295295name : Save build Metadata 
296296        if : ${{ needs.setup.outputs.publish == 'true' || needs.setup.outputs.pr-publish == 'true' }} 
297-         uses : actions/upload-artifact@v4  
297+         uses : actions/upload-artifact@v5  
298298        with :
299299          name : build-metadata-${{ needs.setup.outputs.tag }} 
300300          path : | 
@@ -561,19 +561,19 @@ jobs:
561561          TEST_STRATEGY="-${{ matrix.test_strategy }}-${{ matrix.batch }}" 
562562          source .github/scripts/docker_logs.sh 
563563name : Upload logs 
564-         uses : actions/upload-artifact@v4  
564+         uses : actions/upload-artifact@v5  
565565        if : failure() 
566566        with :
567567          name : docker-logs-${{ matrix.test_strategy }}-${{ matrix.batch }} 
568568          path : " docker_logs/*.log" 
569569          retention-days : 5 
570570      - name : Upload screenshots 
571-         uses : actions/upload-artifact@v4  
571+         uses : actions/upload-artifact@v5  
572572        if : failure() 
573573        with :
574574          name : cypress-snapshots-${{ matrix.test_strategy }}-${{ matrix.batch }} 
575575          path : smoke-test/tests/cypress/cypress/screenshots/ 
576-       - uses : actions/upload-artifact@v4  
576+       - uses : actions/upload-artifact@v5  
577577        if : always() 
578578        with :
579579          name : Test Results (smoke tests) ${{ matrix.test_strategy }} ${{ matrix.batch }} 
Original file line number Diff line number Diff line change 6161      - name : pip freeze show list installed 
6262        if : always() 
6363        run : source metadata-ingestion-modules/gx-plugin/venv/bin/activate && uv pip freeze 
64-       - uses : actions/upload-artifact@v4  
64+       - uses : actions/upload-artifact@v5  
6565        if : ${{ always() && matrix.python-version == '3.11' && matrix.extraPythonRequirement == 'great-expectations~=0.17.0' }} 
6666        with :
6767          name : Test Results (GX Plugin ${{ matrix.python-version}}) 
9191    runs-on : ubuntu-latest 
9292    steps :
9393      - name : Upload 
94-         uses : actions/upload-artifact@v4  
94+         uses : actions/upload-artifact@v5  
9595        with :
9696          name : Event File 
9797          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111          df -hl 
112112          docker image ls 
113113          docker system df 
114- uses : actions/upload-artifact@v4  
114+ uses : actions/upload-artifact@v5  
115115        with :
116116          name : Test Results (metadata ingestion ${{ matrix.python-version }} ${{ matrix.command }}) 
117117          path : | 
@@ -141,7 +141,7 @@ jobs:
141141    runs-on : ubuntu-latest 
142142    steps :
143143      - name : Upload 
144-         uses : actions/upload-artifact@v4  
144+         uses : actions/upload-artifact@v5  
145145        with :
146146          name : Event File 
147147          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change 7777      - name : Gradle build (and test) 
7878        run : | 
7979          ./gradlew :metadata-io:test 
80- uses : actions/upload-artifact@v4  
80+ uses : actions/upload-artifact@v5  
8181        if : always() 
8282        with :
8383          name : Test Results (metadata-io) 
@@ -110,7 +110,7 @@ jobs:
110110    runs-on : ubuntu-latest 
111111    steps :
112112      - name : Upload 
113-         uses : actions/upload-artifact@v4  
113+         uses : actions/upload-artifact@v5  
114114        with :
115115          name : Event File 
116116          path : ${{ github.event_path }} 
Original file line number Diff line number Diff line change 5656      - name : pip freeze show list installed 
5757        if : always() 
5858        run : source metadata-ingestion-modules/prefect-plugin/venv/bin/activate && uv pip freeze 
59-       - uses : actions/upload-artifact@v4  
59+       - uses : actions/upload-artifact@v5  
6060        if : ${{ always() && matrix.python-version == '3.11'}} 
6161        with :
6262          name : Test Results (Prefect Plugin ${{ matrix.python-version}}) 
8787    runs-on : ubuntu-latest 
8888    steps :
8989      - name : Upload 
90-         uses : actions/upload-artifact@v4  
90+         uses : actions/upload-artifact@v5  
9191        with :
9292          name : Event File 
9393          path : ${{ github.event_path }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments