Skip to content

Commit e6444ef

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

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
@@ -69,7 +69,7 @@ jobs:
6969
id-token: write
7070
steps:
7171
- name: Download all the dists
72-
uses: actions/download-artifact@v7
72+
uses: actions/download-artifact@v8
7373
with:
7474
name: python-package-distributions-${{ env.publish-python-version }}
7575
path: dist/
@@ -85,7 +85,7 @@ jobs:
8585
id-token: write
8686
steps:
8787
- name: Download all the dists
88-
uses: actions/download-artifact@v7
88+
uses: actions/download-artifact@v8
8989
with:
9090
name: python-package-distributions-${{ env.publish-python-version }}
9191
path: dist/
@@ -125,7 +125,7 @@ jobs:
125125
id-token: write
126126
steps:
127127
- name: Download all the dists
128-
uses: actions/download-artifact@v7
128+
uses: actions/download-artifact@v8
129129
with:
130130
name: python-package-distributions-${{ env.publish-python-version }}
131131
path: dist/

0 commit comments

Comments
 (0)