Skip to content

Commit bef410e

Browse files
dependabot[bot]jcfr
authored andcommitted
chore(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cdbf62 commit bef410e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
sudo apt-get install -y --no-install-recommends libssl-dev
198198
pip install -r requirements-test.txt
199199
200-
- uses: actions/download-artifact@v3
200+
- uses: actions/download-artifact@v4
201201
with:
202202
name: artifact
203203
path: dist
@@ -217,7 +217,7 @@ jobs:
217217
needs: [build_wheels, build_manylinux2010_wheels, build_sdist, test_sdist]
218218
runs-on: ubuntu-22.04
219219
steps:
220-
- uses: actions/download-artifact@v3
220+
- uses: actions/download-artifact@v4
221221
with:
222222
name: artifact
223223
path: dist
@@ -235,7 +235,7 @@ jobs:
235235
permissions:
236236
id-token: write
237237
steps:
238-
- uses: actions/download-artifact@v3
238+
- uses: actions/download-artifact@v4
239239
with:
240240
name: artifact
241241
path: dist

0 commit comments

Comments
 (0)