@@ -391,7 +391,7 @@ jobs:
391391name : " Upload Coverage Summary" 
392392      id : upload 
393393      if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} 
394-       uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
394+       uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
395395      with :
396396        path : COVERAGE 
397397        name : ${{ steps.output_coverage_step_summary.outputs.coverage-artifact-name }} 
@@ -491,7 +491,7 @@ jobs:
491491        fail_ci_if_error : false 
492492    - name : Upload Python ${{ matrix.python-version }} Artifact 
493493      id : doctests-reports-upload 
494-       uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
494+       uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
495495      with :
496496        name : DocTest-Report-${{ matrix.os }}-${{ matrix.python-version }} 
497497        path : ./test-reports/ 
@@ -623,7 +623,7 @@ jobs:
623623name : " Upload Doctests Summary" 
624624      id : upload 
625625      if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} 
626-       uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
626+       uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
627627      with :
628628        path : COVERAGE 
629629        name : ${{ steps.output_doctests_step_summary.outputs.doctests-artifact-name }} 
@@ -683,7 +683,7 @@ jobs:
683683name : " Upload COVERAGE summary" 
684684        id : upload-coverage-summary 
685685        if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} 
686-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
686+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
687687        with :
688688          path : ./COVERAGE-Summary-Artifact.txt 
689689          name : COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} 
@@ -914,7 +914,7 @@ jobs:
914914        fail_ci_if_error : false 
915915    - name : Upload Extra Python ${{ matrix.python-version }} Artifact 
916916      id : integration-reports-upload 
917-       uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
917+       uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
918918      with :
919919        name : Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }} 
920920        path : ./test-reports/ 
@@ -1150,7 +1150,7 @@ jobs:
11501150name : " Upload integration Summary" 
11511151      id : upload 
11521152      if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} 
1153-       uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
1153+       uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
11541154      with :
11551155        path : EXTRAS 
11561156        name : ${{ steps.output_integration_step_summary.outputs.integration-artifact-name }} 
@@ -1231,7 +1231,7 @@ jobs:
12311231name : " Upload INTEGRATION summary" 
12321232        id : upload-integration-summary 
12331233        if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} 
1234-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
1234+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
12351235        with :
12361236          path : ./Integration-Summary-Artifact.txt 
12371237          name : INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} 
0 commit comments