Skip to content

Commit 67674fa

Browse files
Bump actions/download-artifact from 4 to 5 (#63)
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 13b8ba6 commit 67674fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
python -m pip install -r requirements/test.in -c requirements/test.txt
215215
- name: Restore llhttp generated files
216216
if: ${{ matrix.no-extensions == '' }}
217-
uses: actions/download-artifact@v4
217+
uses: actions/download-artifact@v5
218218
with:
219219
name: llhttp
220220
path: vendor/llhttp/build/
@@ -313,7 +313,7 @@ jobs:
313313
python -m
314314
pip install -r requirements/cython.in -c requirements/cython.txt
315315
- name: Restore llhttp generated files
316-
uses: actions/download-artifact@v4
316+
uses: actions/download-artifact@v5
317317
with:
318318
name: llhttp
319319
path: vendor/llhttp/build/
@@ -379,7 +379,7 @@ jobs:
379379
python -m
380380
pip install -r requirements/cython.in -c requirements/cython.txt
381381
- name: Restore llhttp generated files
382-
uses: actions/download-artifact@v4
382+
uses: actions/download-artifact@v5
383383
with:
384384
name: llhttp
385385
path: vendor/llhttp/build/
@@ -417,7 +417,7 @@ jobs:
417417
run: |
418418
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
419419
- name: Download distributions
420-
uses: actions/download-artifact@v4
420+
uses: actions/download-artifact@v5
421421
with:
422422
name: dist
423423
path: dist

0 commit comments

Comments
 (0)