Skip to content

Commit ca9a210

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#442)
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 8abcf62 commit ca9a210

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
steps:
8181
- name: Download all the dists (Same Run)
8282
if: inputs.build_run_id == ''
83-
uses: actions/download-artifact@v7
83+
uses: actions/download-artifact@v8
8484
with:
8585
pattern: python-package-distributions-*
8686
path: dist/
8787
merge-multiple: true
8888

8989
- name: Download all the dists (Cross Run)
9090
if: inputs.build_run_id != ''
91-
uses: actions/download-artifact@v7
91+
uses: actions/download-artifact@v8
9292
with:
9393
run-id: ${{ inputs.build_run_id }}
9494
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -127,15 +127,15 @@ jobs:
127127
steps:
128128
- name: Download all the dists (Same Run)
129129
if: inputs.build_run_id == ''
130-
uses: actions/download-artifact@v7
130+
uses: actions/download-artifact@v8
131131
with:
132132
pattern: python-package-distributions-*
133133
path: dist/
134134
merge-multiple: true
135135

136136
- name: Download all the dists (Cross Run)
137137
if: inputs.build_run_id != ''
138-
uses: actions/download-artifact@v7
138+
uses: actions/download-artifact@v8
139139
with:
140140
run-id: ${{ inputs.build_run_id }}
141141
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
actions: read
102102
steps:
103103
- name: Download all the dists (Same Run)
104-
uses: actions/download-artifact@v7
104+
uses: actions/download-artifact@v8
105105
with:
106106
pattern: python-package-distributions-*
107107
path: dist/
@@ -136,7 +136,7 @@ jobs:
136136
actions: read
137137
steps:
138138
- name: Download all the dists (Same Run)
139-
uses: actions/download-artifact@v7
139+
uses: actions/download-artifact@v8
140140
with:
141141
pattern: python-package-distributions-*
142142
path: dist/

.github/workflows/rust-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: echo "version=${GITHUB_REF#refs/tags/cli@}" >> $GITHUB_OUTPUT
145145

146146
- name: Download all artifacts
147-
uses: actions/download-artifact@v7
147+
uses: actions/download-artifact@v8
148148
with:
149149
path: artifacts
150150

0 commit comments

Comments
 (0)