@@ -278,23 +278,23 @@ jobs:
278278
279279 - name : Upload integration test logs
280280 if : always()
281- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
281+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
282282 with :
283283 name : integration-test-logs-${{ matrix.docker-image }}
284284 path : tests/integration/logs/integration_tests_logs.txt
285285 retention-days : 7
286286
287287 - name : Upload PyVista generated images (cache and results)
288288 if : always()
289- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
289+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
290290 with :
291291 name : pytest-pyvista-images-${{ matrix.docker-image }}
292292 path : tests/integration/image_cache
293293 retention-days : 7
294294
295295 - name : Upload Coverage Results
296296 if : always()
297- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
297+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
298298 with :
299299 include-hidden-files : true
300300 name : coverage-html-${{ matrix.docker-image }}
@@ -459,15 +459,15 @@ jobs:
459459
460460 - name : Upload integration test logs
461461 if : always()
462- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
462+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
463463 with :
464464 name : integration-test-logs-${{ matrix.docker-image }}
465465 path : tests/integration/logs/integration_tests_logs.txt
466466 retention-days : 7
467467
468468 - name : Upload PyVista generated images (cache and results)
469469 if : always()
470- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
470+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
471471 with :
472472 name : pytest-pyvista-images-${{ matrix.docker-image }}
473473 path : tests/integration/image_cache
@@ -662,14 +662,14 @@ jobs:
662662 cp ./$env:PREVIOUS_VERSION/linux-core-binaries.zip linux-core-binaries.zip
663663
664664 - name : Upload Linux Core service binaries as workflow artifacts
665- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
665+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
666666 with :
667667 name : linux-core-binaries.zip
668668 path : linux-core-binaries.zip
669669 retention-days : 1
670670
671671 - name : Upload Windows Core service binaries as workflow artifacts
672- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
672+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
673673 with :
674674 name : windows-core-binaries.zip
675675 path : windows-core-binaries.zip
@@ -718,7 +718,7 @@ jobs:
718718 python-version : ${{ env.MAIN_PYTHON_VERSION }}
719719
720720 - name : Download Windows binaries for ${{ matrix.mode }}
721- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
721+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
722722 with :
723723 name : ${{ matrix.zip-file }}
724724 path : docker/${{ matrix.zip-file }}
@@ -779,7 +779,7 @@ jobs:
779779 dest : ${{ matrix.docker-file }}
780780
781781 - name : Upload Windows Dockerfile
782- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
782+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
783783 with :
784784 name : ${{ matrix.docker-file }}
785785 path : ${{ matrix.docker-file }}
@@ -830,7 +830,7 @@ jobs:
830830 uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
831831
832832 - name : Download Linux binaries
833- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
833+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
834834 with :
835835 name : linux-core-binaries.zip
836836 path : docker/linux-core-binaries.zip
@@ -878,7 +878,7 @@ jobs:
878878 dest : linux-core-dockerfile.zip
879879
880880 - name : Upload Linux Dockerfile
881- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
881+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
882882 with :
883883 name : linux-core-dockerfile.zip
884884 path : linux-core-dockerfile.zip
@@ -923,7 +923,7 @@ jobs:
923923 contents : write
924924 steps :
925925 - name : " Download the library artifacts from build-library step"
926- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
926+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
927927 with :
928928 name : ${{ env.PACKAGE_NAME }}-artifacts
929929 path : ${{ env.PACKAGE_NAME }}-artifacts
0 commit comments