Skip to content

Commit 453fe57

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#51)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 535a545 commit 453fe57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Download all the dists
123-
uses: actions/download-artifact@v7
123+
uses: actions/download-artifact@v8
124124
with:
125125
name: python-package-distributions
126126
path: dist/
@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Download all the dists
146-
uses: actions/download-artifact@v7
146+
uses: actions/download-artifact@v8
147147
with:
148148
name: python-package-distributions
149149
path: dist/

0 commit comments

Comments
 (0)