Skip to content

Commit 79af97c

Browse files
[ci]: Bump the ci-dependencies group with 3 updates (#7120)
1 parent 52dbf06 commit 79af97c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 15
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 5
3131
persist-credentials: false
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
echo "${COMMIT_SHA}" > "${BUILD_ARTIFACTSTAGINGDIRECTORY}/commit.txt"
5454
- name: Upload artifacts
55-
uses: actions/upload-artifact@v5
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: source-archive
5858
path: |

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
action:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: dessant/lock-threads@v5
23+
- uses: dessant/lock-threads@v6
2424
with:
2525
github-token: ${{ github.token }}
2626
# after how many days of inactivity should a closed issue/PR be locked?

.github/workflows/python_package.yml

Lines changed: 3 additions & 3 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@v5
76+
uses: actions/upload-artifact@v6
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@v5
359+
uses: actions/upload-artifact@v6
360360
with:
361361
name: ${{ matrix.artifact-name }}
362362
path: |
@@ -403,7 +403,7 @@ jobs:
403403
-Verbosity detailed \
404404
-OutputDirectory "${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}"
405405
- name: Upload artifacts
406-
uses: actions/upload-artifact@v5
406+
uses: actions/upload-artifact@v6
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@v5
214+
uses: actions/upload-artifact@v6
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@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: ${{ matrix.artifact-name }}
8484
path: ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}/*.jar

0 commit comments

Comments
 (0)