Skip to content

Commit 2523468

Browse files
ci(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 89387fd commit 2523468

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
python-version: ${{ env.PYTHON_VERSION }}
130130

131-
- uses: actions/download-artifact@v4
131+
- uses: actions/download-artifact@v8
132132
with:
133133
name: dist-${{ needs.validate.outputs.version }}
134134
path: dist/
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
python-version: ${{ env.PYTHON_VERSION }}
153153

154-
- uses: actions/download-artifact@v4
154+
- uses: actions/download-artifact@v8
155155
with:
156156
name: dist-${{ needs.validate.outputs.version }}
157157
path: dist/
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
fetch-depth: 0
172172

173-
- uses: actions/download-artifact@v4
173+
- uses: actions/download-artifact@v8
174174
with:
175175
name: dist-${{ needs.validate.outputs.version }}
176176
path: dist/

0 commit comments

Comments
 (0)