Skip to content

Commit db2f54e

Browse files
authored
Merge pull request #1050 from aio-libs/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents b818ab3 + 7fd3f2a commit db2f54e

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@v5
324+
uses: actions/download-artifact@v6
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@v5
446+
uses: actions/download-artifact@v6
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@v5
614+
uses: actions/download-artifact@v6
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@v5
648+
uses: actions/download-artifact@v6
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@v5
732+
uses: actions/download-artifact@v6
733733
with:
734734
artifact-ids: >-
735735
${{ needs.build.outputs.dists-artifact-id }}

0 commit comments

Comments
 (0)