Skip to content

Commit 432d1bc

Browse files
MINOR: [CI] Bump actions/download-artifact from 4.1.8 to 4.1.9 (#646)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1d09e9 commit 432d1bc

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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
104+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
177+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
178178
with:
179179
name: release-source
180180
- name: Extract source archive
@@ -298,7 +298,7 @@ jobs:
298298
arch: "x86_64"
299299
steps:
300300
- name: Download source archive
301-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
301+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
302302
with:
303303
name: release-source
304304
- name: Extract source archive
@@ -371,7 +371,7 @@ jobs:
371371
- jni-windows
372372
steps:
373373
- name: Download artifacts
374-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
374+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
375375
with:
376376
path: artifacts
377377
- name: Decompress artifacts
@@ -452,11 +452,11 @@ jobs:
452452
with:
453453
cache: 'pip'
454454
- name: Download source archive
455-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
455+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
456456
with:
457457
name: release-source
458458
- name: Download Javadocs
459-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
459+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
460460
with:
461461
name: reference
462462
- name: Extract source archive
@@ -521,7 +521,7 @@ jobs:
521521
cp ../.asf.yaml ./
522522
git add .nojekyll .asf.yaml
523523
- name: Download
524-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
524+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
525525
with:
526526
name: release-html
527527
- name: Extract
@@ -557,7 +557,7 @@ jobs:
557557
- ubuntu-latest
558558
steps:
559559
- name: Download release artifacts
560-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
560+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
561561
with:
562562
pattern: release-*
563563
- name: Verify
@@ -591,7 +591,7 @@ jobs:
591591
contents: write
592592
steps:
593593
- name: Download release artifacts
594-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
594+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
595595
with:
596596
pattern: release-*
597597
path: artifacts

0 commit comments

Comments
 (0)