From 7fd3f2a682f3ebaaa580b999a47363629329bbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:32:07 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 400bdafc..6a6c0be7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -321,7 +321,7 @@ jobs: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: artifact-ids: >- ${{ needs.build.outputs.dists-artifact-id }} @@ -443,7 +443,7 @@ jobs: rm -rf aiomysql - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: artifact-ids: >- ${{ needs.build.outputs.dists-artifact-id }} @@ -611,7 +611,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: artifact-ids: >- ${{ needs.build.outputs.dists-artifact-id }} @@ -645,7 +645,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: artifact-ids: >- ${{ needs.build.outputs.dists-artifact-id }} @@ -729,7 +729,7 @@ jobs: ref: ${{ github.event.inputs.release-commitish }} - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: artifact-ids: >- ${{ needs.build.outputs.dists-artifact-id }}