From f79d7c1cec73f1d92081bbffa8646ce6d40a62f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:35:00 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manage-prs.yml | 4 ++-- .github/workflows/sync-labels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index 2ad77f03..fb3f034a 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -147,7 +147,7 @@ jobs: location: ${{ runner.temp }} - name: Download diff - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ needs.diff.outputs.path }} name: ${{ needs.diff.outputs.artifact }} @@ -475,7 +475,7 @@ jobs: steps: - name: Download submission check failure flag artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }} pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}* diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 514f29a7..39df4f7d 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -108,7 +108,7 @@ jobs: uses: actions/checkout@v4 - name: Download configuration file artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*