Skip to content

Commit a27c84a

Browse files
[ci]: Bump the ci-dependencies group with 3 updates (#7174)
Bumps the ci-dependencies group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `lycheeverse/lychee-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.7.0...v2.8.0) 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/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Lamb <jaylamb20@gmail.com>
1 parent bae0b7b commit a27c84a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
echo "${COMMIT_SHA}" > "${BUILD_ARTIFACTSTAGINGDIRECTORY}/commit.txt"
5454
- name: Upload artifacts
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: source-archive
5858
path: |

.github/workflows/lychee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
$GITHUB_WORKSPACE/.ci/setup.sh || exit 1
3131
$GITHUB_WORKSPACE/.ci/build-docs.sh || exit 1
3232
- name: Check links
33-
uses: lycheeverse/lychee-action@v2.7.0
33+
uses: lycheeverse/lychee-action@v2.8.0
3434
with:
3535
args: >-
3636
--config=./docs/.lychee.toml

.github/workflows/python_package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
"${IMAGE_URI}" \
7474
/bin/bash ./docker-script.sh
7575
- name: Upload artifacts
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
with:
7878
name: linux-aarch64-wheel
7979
path: artifacts/*.whl
@@ -356,7 +356,7 @@ jobs:
356356
& "$env:GITHUB_WORKSPACE/.ci/test-windows.ps1"
357357
- name: Upload artifacts
358358
if: ${{ matrix.produces-artifacts == 'true' }}
359-
uses: actions/upload-artifact@v6
359+
uses: actions/upload-artifact@v7
360360
with:
361361
name: ${{ matrix.artifact-name }}
362362
path: |
@@ -380,7 +380,7 @@ jobs:
380380
persist-credentials: false
381381
submodules: false
382382
- name: Download lib_lightgbm (all operating systems) and Windows CLI
383-
uses: actions/download-artifact@v7
383+
uses: actions/download-artifact@v8
384384
with:
385385
merge-multiple: true
386386
path: ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}
@@ -403,7 +403,7 @@ jobs:
403403
-Verbosity detailed \
404404
-OutputDirectory "${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}"
405405
- name: Upload artifacts
406-
uses: actions/upload-artifact@v6
406+
uses: actions/upload-artifact@v7
407407
with:
408408
name: nuget-package
409409
path: artifacts/*.nupkg

.github/workflows/r_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
& "$env:GITHUB_WORKSPACE/.ci/test-windows.ps1"
212212
- name: Upload artifacts
213213
if: ${{ matrix.produces-artifacts == 'true' }}
214-
uses: actions/upload-artifact@v6
214+
uses: actions/upload-artifact@v7
215215
with:
216216
name: ${{ matrix.artifact-name }}
217217
path: ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}/*.tar.gz

.github/workflows/swig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
$env:BUILD_SOURCESDIRECTORY = $env:BUILD_DIRECTORY
7979
& "$env:GITHUB_WORKSPACE/.ci/test-windows.ps1"
8080
- name: Upload artifacts
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: ${{ matrix.artifact-name }}
8484
path: ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}/*.jar

0 commit comments

Comments
 (0)