|
96 | 96 | fi |
97 | 97 | - name: "Fetch MATs Info" |
98 | 98 | if: ${{ (steps.check.outputs.should_run == 'true') && (github.repository == 'reactive-firewall-org/multicast') && success() }} |
99 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 99 | + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
100 | 100 | with: |
101 | 101 | path: "multicast-info.txt" |
102 | 102 | pattern: multicast-info-* |
@@ -652,7 +652,7 @@ jobs: |
652 | 652 | if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.COVERAGE.outputs.coverage_outcome != 'cancelled') }} |
653 | 653 | steps: |
654 | 654 | - name: Download All Artifacts |
655 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 655 | + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
656 | 656 | with: |
657 | 657 | path: ${{ github.workspace }}/COVERAGE |
658 | 658 | pattern: multicast-coverage-${{ needs.check_mats.outputs.build_sha }}-part-* |
@@ -717,7 +717,7 @@ jobs: |
717 | 717 | - name: "Download Status Summary Artifact" |
718 | 718 | id: download-coverage-summary |
719 | 719 | if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} |
720 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 720 | + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
721 | 721 | with: |
722 | 722 | name: COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} |
723 | 723 | github-token: ${{ github.token }} |
@@ -1226,7 +1226,7 @@ jobs: |
1226 | 1226 | if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.INTEGRATION.outputs.integration_outcome != 'cancelled') }} |
1227 | 1227 | steps: |
1228 | 1228 | - name: Download All Artifacts |
1229 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 1229 | + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
1230 | 1230 | with: |
1231 | 1231 | path: ${{ github.workspace }}/EXTRAS |
1232 | 1232 | pattern: multicast-integration-${{ needs.check_mats.outputs.build_sha }}-part-* |
@@ -1322,7 +1322,7 @@ jobs: |
1322 | 1322 | - name: "Download Status Summary Artifact" |
1323 | 1323 | id: download-integration-summary |
1324 | 1324 | if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} |
1325 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 1325 | + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
1326 | 1326 | with: |
1327 | 1327 | name: INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} |
1328 | 1328 | github-token: ${{ github.token }} |
|
0 commit comments