Skip to content

Commit ba76bab

Browse files
Bump actions/download-artifact from 7 to 8 in the actions group (#98)
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e030181 commit ba76bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: Download Wheels
6262
steps:
6363
- name: Download all workflow run artifacts
64-
uses: actions/download-artifact@v7
64+
uses: actions/download-artifact@v8
6565
- name: Flatten directory
6666
working-directory: .
6767
run: |

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id-token: write
7474
steps:
7575
- name: Download all the dists
76-
uses: actions/download-artifact@v7
76+
uses: actions/download-artifact@v8
7777
with:
7878
name: all-dist-${{ github.run_id }}
7979
path: dist/

0 commit comments

Comments
 (0)