Skip to content

Commit 085f03b

Browse files
Bump actions/download-artifact from 4 to 5 (#243)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 5d8dc97 commit 085f03b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
cache: pip
160160

161161
- name: Download built package
162-
uses: actions/download-artifact@v4
162+
uses: actions/download-artifact@v5
163163
with:
164164
name: package-wheel-cp${{ matrix.python }}-${{ matrix.os }}
165165
path: dist

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/checkout@v4
151151

152152
- name: Download artifacts
153-
uses: actions/download-artifact@v4
153+
uses: actions/download-artifact@v5
154154
with:
155155
# pattern should match the upload artifact naming convention
156156
# of the previous jobs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/checkout@v4
142142

143143
- name: Download artifacts
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@v5
145145
with:
146146
# pattern should match the upload artifact naming convention
147147
# of the previous jobs

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v4
140140

141141
- name: Download artifacts
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
# pattern should match the upload artifact naming convention
145145
# of the previous jobs

0 commit comments

Comments
 (0)