Skip to content

Commit 5e407d7

Browse files
Bump actions/download-artifact from 5 to 6 (#26)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 533b028 commit 5e407d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: python-package-distributions-${{ env.publish-python-version }}
7070
path: dist/
@@ -80,7 +80,7 @@ jobs:
8080
id-token: write
8181
steps:
8282
- name: Download all the dists
83-
uses: actions/download-artifact@v5
83+
uses: actions/download-artifact@v6
8484
with:
8585
name: python-package-distributions-${{ env.publish-python-version }}
8686
path: dist/
@@ -120,7 +120,7 @@ jobs:
120120
id-token: write
121121
steps:
122122
- name: Download all the dists
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
name: python-package-distributions-${{ env.publish-python-version }}
126126
path: dist/

0 commit comments

Comments
 (0)