From e4fda2a0e7ebfad6c67faa278c97e99b84679f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:29:24 +0000 Subject: [PATCH 1/2] [UPDATE] (deps): Bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI-BUILD.yml | 6 +++--- .github/workflows/CI-CHGLOG.yml | 6 +++--- .github/workflows/CI-DOCS.yml | 6 +++--- .github/workflows/CI-MATs.yml | 6 +++--- .github/workflows/Tests.yml | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/CI-BUILD.yml b/.github/workflows/CI-BUILD.yml index 7b1626f1..6d0ab332 100644 --- a/.github/workflows/CI-BUILD.yml +++ b/.github/workflows/CI-BUILD.yml @@ -255,7 +255,7 @@ jobs: build-artifact-attestation-id: ${{ steps.multicast-build-attest.outputs.attestation-id }} steps: - name: Download All Artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ github.workspace }}/dist pattern: multicast-build-${{ github.sha }} @@ -338,7 +338,7 @@ jobs: printf "%s\n" "build_id=${{ github.run_id }}" >> "$GITHUB_OUTPUT" cat <"$GITHUB_OUTPUT" >> "BUILD-info.txt" - name: Download All Artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ github.workspace }}/dist pattern: multicast-build-${{ github.sha }} @@ -414,7 +414,7 @@ jobs: - name: "Download Status Summary Artifact" id: download-build-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: BUILD-COMMENT-BODY-${{ github.sha }} github-token: ${{ github.token }} diff --git a/.github/workflows/CI-CHGLOG.yml b/.github/workflows/CI-CHGLOG.yml index 8e6ea701..e5f5c413 100644 --- a/.github/workflows/CI-CHGLOG.yml +++ b/.github/workflows/CI-CHGLOG.yml @@ -73,7 +73,7 @@ jobs: fi - name: "Fetch Build Info" if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: "BUILD-info.txt" pattern: multicast-info-* @@ -211,7 +211,7 @@ jobs: steps: - name: Download ChangeLog Artifact id: download - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: '${{ runner.temp }}/' artifact-ids: ${{ needs.CHGLOG.outputs.artifact-id }} @@ -356,7 +356,7 @@ jobs: - name: "Download Status Summary Artifact" id: download-chglog-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: chglog-COMMENT-BODY-${{ needs.check_build.outputs.sha }} github-token: ${{ github.token }} diff --git a/.github/workflows/CI-DOCS.yml b/.github/workflows/CI-DOCS.yml index e567ffe6..9ce7f690 100644 --- a/.github/workflows/CI-DOCS.yml +++ b/.github/workflows/CI-DOCS.yml @@ -70,7 +70,7 @@ jobs: fi - name: "Fetch MATs Info" if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: "multicast-info.txt" pattern: multicast-info-* @@ -209,7 +209,7 @@ jobs: if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.DOCS.outputs.docs_outcome != 'cancelled') }} steps: - name: Download All Artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ github.workspace }}/Multicast-Documentation pattern: Multicast-Documentation-${{ needs.check_mats.outputs.build_sha }}-*-* @@ -289,7 +289,7 @@ jobs: - name: "Download Status Summary Artifact" id: download-documentation-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: DOCUMENTATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} github-token: ${{ github.token }} diff --git a/.github/workflows/CI-MATs.yml b/.github/workflows/CI-MATs.yml index 6f35f26b..368b2cd4 100644 --- a/.github/workflows/CI-MATs.yml +++ b/.github/workflows/CI-MATs.yml @@ -77,7 +77,7 @@ jobs: fi - name: "Fetch Build Info" if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: "BUILD-info.txt" pattern: multicast-info-* @@ -211,7 +211,7 @@ jobs: build_sha: ${{ needs.check_build.outputs.sha }} steps: - name: Download All Artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ github.workspace }}/MATS pattern: multicast-mats-${{ needs.check_build.outputs.sha }}-part-* @@ -385,7 +385,7 @@ jobs: - name: "Download Status Summary Artifact" id: download-mats-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: MATS-COMMENT-BODY-${{ needs.check_build.outputs.sha }} github-token: ${{ github.token }} diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 0212a895..c1e1b829 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -94,7 +94,7 @@ jobs: fi - name: "Fetch MATs Info" if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: "multicast-info.txt" pattern: multicast-info-* @@ -644,7 +644,7 @@ jobs: if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.COVERAGE.outputs.coverage_outcome != 'cancelled') }} steps: - name: Download All Artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ github.workspace }}/COVERAGE pattern: multicast-coverage-${{ needs.check_mats.outputs.build_sha }}-part-* @@ -709,7 +709,7 @@ jobs: - name: "Download Status Summary Artifact" id: download-coverage-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} github-token: ${{ github.token }} @@ -1176,7 +1176,7 @@ jobs: if: ${{ !cancelled() && (needs.check_mats.outputs.should_run == 'true') && (needs.INTEGRATION.outputs.integration_outcome != 'cancelled') }} steps: - name: Download All Artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ github.workspace }}/EXTRAS pattern: multicast-integration-${{ needs.check_mats.outputs.build_sha }}-part-* @@ -1272,7 +1272,7 @@ jobs: - name: "Download Status Summary Artifact" id: download-integration-summary if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }} github-token: ${{ github.token }} From 408fcd1906b0d2d7178dbd7dee5defe12420f601 Mon Sep 17 00:00:00 2001 From: "Mr. Walls" Date: Thu, 30 Oct 2025 09:32:14 -0700 Subject: [PATCH 2/2] [UPDATE] Version bump for GHA (- PR #492 -) Changes in file .github/actions/checkout-and-rebuild/action.yml: * update version for actions/downloads from 5 to 6 --- .github/actions/checkout-and-rebuild/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/checkout-and-rebuild/action.yml b/.github/actions/checkout-and-rebuild/action.yml index a305f35f..f0ec779b 100644 --- a/.github/actions/checkout-and-rebuild/action.yml +++ b/.github/actions/checkout-and-rebuild/action.yml @@ -125,7 +125,7 @@ runs: - id: fetch_artifact_files name: "Fetch Build Files" if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }} - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ inputs.path }}/dist pattern: multicast-build-${{ steps.output_sha.outputs.sha }}