Skip to content

Commit c7db773

Browse files
authored
Merge pull request #1057 from aio-libs/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 4e7ed7a + 8ba115b commit c7db773

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)