@@ -398,7 +398,7 @@ jobs:
398398 - name : " Upload Coverage Summary"
399399 id : upload
400400 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
401- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
401+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
402402 with :
403403 path : COVERAGE
404404 name : ${{ steps.output_coverage_step_summary.outputs.coverage-artifact-name }}
@@ -500,7 +500,7 @@ jobs:
500500 fail_ci_if_error : false
501501 - name : Upload Python ${{ matrix.python-version }} Artifact
502502 id : doctests-reports-upload
503- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
503+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
504504 with :
505505 name : DocTest-Report-${{ matrix.os }}-${{ matrix.python-version }}
506506 path : ./test-reports/
@@ -632,7 +632,7 @@ jobs:
632632 - name : " Upload Doctests Summary"
633633 id : upload
634634 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
635- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
635+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
636636 with :
637637 path : COVERAGE
638638 name : ${{ steps.output_doctests_step_summary.outputs.doctests-artifact-name }}
@@ -692,7 +692,7 @@ jobs:
692692 - name : " Upload COVERAGE summary"
693693 id : upload-coverage-summary
694694 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
695- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
695+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
696696 with :
697697 path : ./COVERAGE-Summary-Artifact.txt
698698 name : COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}
@@ -950,7 +950,7 @@ jobs:
950950 fail_ci_if_error : false
951951 - name : Upload Extra Python ${{ matrix.python-version }} Artifact
952952 id : integration-reports-upload
953- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
953+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
954954 with :
955955 name : Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
956956 path : ./test-reports/
@@ -1201,7 +1201,7 @@ jobs:
12011201 - name : " Upload integration Summary"
12021202 id : upload
12031203 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
1204- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1204+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
12051205 with :
12061206 path : EXTRAS
12071207 name : ${{ steps.output_integration_step_summary.outputs.integration-artifact-name }}
@@ -1282,7 +1282,7 @@ jobs:
12821282 - name : " Upload INTEGRATION summary"
12831283 id : upload-integration-summary
12841284 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
1285- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1285+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
12861286 with :
12871287 path : ./Integration-Summary-Artifact.txt
12881288 name : INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}
0 commit comments