Skip to content

Commit 8ba115b

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e7ed7a commit 8ba115b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
ref: ${{ github.event.inputs.release-commitish }}
322322

323323
- name: Download all the dists
324-
uses: actions/download-artifact@v6
324+
uses: actions/download-artifact@v7
325325
with:
326326
artifact-ids: >-
327327
${{ needs.build.outputs.dists-artifact-id }}
@@ -443,7 +443,7 @@ jobs:
443443
rm -rf aiomysql
444444
445445
- name: Download all the dists
446-
uses: actions/download-artifact@v6
446+
uses: actions/download-artifact@v7
447447
with:
448448
artifact-ids: >-
449449
${{ needs.build.outputs.dists-artifact-id }}
@@ -611,7 +611,7 @@ jobs:
611611

612612
steps:
613613
- name: Download all the dists
614-
uses: actions/download-artifact@v6
614+
uses: actions/download-artifact@v7
615615
with:
616616
artifact-ids: >-
617617
${{ needs.build.outputs.dists-artifact-id }}
@@ -645,7 +645,7 @@ jobs:
645645

646646
steps:
647647
- name: Download all the dists
648-
uses: actions/download-artifact@v6
648+
uses: actions/download-artifact@v7
649649
with:
650650
artifact-ids: >-
651651
${{ needs.build.outputs.dists-artifact-id }}
@@ -729,7 +729,7 @@ jobs:
729729
ref: ${{ github.event.inputs.release-commitish }}
730730

731731
- name: Download all the dists
732-
uses: actions/download-artifact@v6
732+
uses: actions/download-artifact@v7
733733
with:
734734
artifact-ids: >-
735735
${{ needs.build.outputs.dists-artifact-id }}

0 commit comments

Comments
 (0)