Skip to content

Commit ff66b49

Browse files
ci(deps): bump actions/download-artifact from 5 to 6 (#139)
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 fc68025 commit ff66b49

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
python-version: ${{ matrix.python-version }}
133133

134134
- name: Download artifacts
135-
uses: actions/download-artifact@v5
135+
uses: actions/download-artifact@v8
136136
with:
137137
name: dist
138138
path: dist/

.github/workflows/legacy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
fetch-depth: 0
265265

266266
- name: Download artifacts
267-
uses: actions/download-artifact@v5
267+
uses: actions/download-artifact@v8
268268
with:
269269
name: dist
270270
path: dist/

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
fetch-depth: 0
8787

8888
- name: Download artifacts
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: dist
9292
path: dist/

0 commit comments

Comments
 (0)