|  | 
| 94 | 94 |           fi | 
| 95 | 95 |       - name: "Fetch MATs Info" | 
| 96 | 96 |         if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }} | 
| 97 |  | -        uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 | 
|  | 97 | +        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | 
| 98 | 98 |         with: | 
| 99 | 99 |           path: "multicast-info.txt" | 
| 100 | 100 |           pattern: multicast-info-* | 
| @@ -644,7 +644,7 @@ jobs: | 
| 644 | 644 |     if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.COVERAGE.outputs.coverage_outcome != 'cancelled') }} | 
| 645 | 645 |     steps: | 
| 646 | 646 |       - name: Download All Artifacts | 
| 647 |  | -        uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 | 
|  | 647 | +        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | 
| 648 | 648 |         with: | 
| 649 | 649 |           path: ${{ github.workspace }}/COVERAGE | 
| 650 | 650 |           pattern: multicast-coverage-${{ needs.check_mats.outputs.build_sha }}-part-* | 
| @@ -709,7 +709,7 @@ jobs: | 
| 709 | 709 |       - name: "Download Status Summary Artifact" | 
| 710 | 710 |         id: download-coverage-summary | 
| 711 | 711 |         if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} | 
| 712 |  | -        uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 | 
|  | 712 | +        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | 
| 713 | 713 |         with: | 
| 714 | 714 |           name: COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} | 
| 715 | 715 |           github-token: ${{ github.token }} | 
| @@ -1176,7 +1176,7 @@ jobs: | 
| 1176 | 1176 |     if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.INTEGRATION.outputs.integration_outcome != 'cancelled') }} | 
| 1177 | 1177 |     steps: | 
| 1178 | 1178 |       - name: Download All Artifacts | 
| 1179 |  | -        uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 | 
|  | 1179 | +        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | 
| 1180 | 1180 |         with: | 
| 1181 | 1181 |           path: ${{ github.workspace }}/EXTRAS | 
| 1182 | 1182 |           pattern: multicast-integration-${{ needs.check_mats.outputs.build_sha }}-part-* | 
| @@ -1272,7 +1272,7 @@ jobs: | 
| 1272 | 1272 |       - name: "Download Status Summary Artifact" | 
| 1273 | 1273 |         id: download-integration-summary | 
| 1274 | 1274 |         if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} | 
| 1275 |  | -        uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 | 
|  | 1275 | +        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | 
| 1276 | 1276 |         with: | 
| 1277 | 1277 |           name: INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} | 
| 1278 | 1278 |           github-token: ${{ github.token }} | 
|  | 
0 commit comments