Skip to content

Commit 29fa048

Browse files
MINOR: [CI] Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aee8a10 commit 29fa048

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/rc.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
packages: write
102102
steps:
103103
- name: Download source archive
104-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
105105
with:
106106
name: release-source
107107
- name: Extract source archive
@@ -174,7 +174,7 @@ jobs:
174174
MACOSX_DEPLOYMENT_TARGET: "14.0"
175175
steps:
176176
- name: Download source archive
177-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
177+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
178178
with:
179179
name: release-source
180180
- name: Extract source archive
@@ -302,7 +302,7 @@ jobs:
302302
arch: "x86_64"
303303
steps:
304304
- name: Download source archive
305-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
305+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
306306
with:
307307
name: release-source
308308
- name: Extract source archive
@@ -375,7 +375,7 @@ jobs:
375375
- jni-windows
376376
steps:
377377
- name: Download artifacts
378-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
378+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
379379
with:
380380
path: artifacts
381381
- name: Decompress artifacts
@@ -456,11 +456,11 @@ jobs:
456456
with:
457457
cache: 'pip'
458458
- name: Download source archive
459-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
459+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
460460
with:
461461
name: release-source
462462
- name: Download Javadocs
463-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
463+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
464464
with:
465465
name: reference
466466
- name: Extract source archive
@@ -525,7 +525,7 @@ jobs:
525525
cp ../.asf.yaml ./
526526
git add .nojekyll .asf.yaml
527527
- name: Download
528-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
528+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
529529
with:
530530
name: release-html
531531
- name: Extract
@@ -561,7 +561,7 @@ jobs:
561561
- ubuntu-latest
562562
steps:
563563
- name: Download release artifacts
564-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
564+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
565565
with:
566566
pattern: release-*
567567
- name: Verify
@@ -595,7 +595,7 @@ jobs:
595595
contents: write
596596
steps:
597597
- name: Download release artifacts
598-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
598+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
599599
with:
600600
pattern: release-*
601601
path: artifacts

0 commit comments

Comments
 (0)