Skip to content

Commit 55783f9

Browse files
Bump actions/download-artifact from 4 to 5 (#3207)
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 e6f5324 commit 55783f9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-php/with-php/' | sed 's/without-php_extension/with-php_extension/' )
107107
108-
- uses: actions/download-artifact@v4
108+
- uses: actions/download-artifact@v5
109109
with:
110110
name: thrift-compiler
111111
path: compiler/cpp
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-go/with-go/')
161161
162-
- uses: actions/download-artifact@v4
162+
- uses: actions/download-artifact@v5
163163
with:
164164
name: thrift-compiler
165165
path: compiler/cpp
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-java/with-java/' | sed 's/without-kotlin/with-kotlin/')
239239
240-
- uses: actions/download-artifact@v4
240+
- uses: actions/download-artifact@v5
241241
with:
242242
name: thrift-compiler
243243
path: compiler/cpp
@@ -328,7 +328,7 @@ jobs:
328328
run: |
329329
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-netstd/with-netstd/')
330330
331-
- uses: actions/download-artifact@v4
331+
- uses: actions/download-artifact@v5
332332
with:
333333
name: thrift-compiler
334334
path: compiler/cpp
@@ -377,7 +377,7 @@ jobs:
377377
run: |
378378
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-swift/with-swift/')
379379
380-
- uses: actions/download-artifact@v4
380+
- uses: actions/download-artifact@v5
381381
with:
382382
name: thrift-compiler
383383
path: compiler/cpp
@@ -430,7 +430,7 @@ jobs:
430430
run: |
431431
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-rs/with-rs/')
432432
433-
- uses: actions/download-artifact@v4
433+
- uses: actions/download-artifact@v5
434434
with:
435435
name: thrift-compiler
436436
path: compiler/cpp
@@ -501,7 +501,7 @@ jobs:
501501
run: |
502502
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-py3/with-py3/')
503503
504-
- uses: actions/download-artifact@v4
504+
- uses: actions/download-artifact@v5
505505
with:
506506
name: thrift-compiler
507507
path: compiler/cpp
@@ -536,7 +536,7 @@ jobs:
536536
run: |
537537
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed -E 's/without-node([tj])s/with-node\1s/g')
538538
539-
- uses: actions/download-artifact@v4
539+
- uses: actions/download-artifact@v5
540540
with:
541541
name: thrift-compiler
542542
path: compiler/cpp
@@ -573,7 +573,7 @@ jobs:
573573
run: |
574574
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed -E 's/without-cpp/with-cpp/g')
575575
576-
- uses: actions/download-artifact@v4
576+
- uses: actions/download-artifact@v5
577577
with:
578578
name: thrift-compiler
579579
path: compiler/cpp
@@ -657,38 +657,38 @@ jobs:
657657
libevent-dev
658658
659659
- name: Download java precross artifacts
660-
uses: actions/download-artifact@v4
660+
uses: actions/download-artifact@v5
661661
with:
662662
name: java-precross
663663
path: lib/java/build
664664

665665
- name: Download kotlin precross artifacts
666-
uses: actions/download-artifact@v4
666+
uses: actions/download-artifact@v5
667667
with:
668668
name: kotlin-precross
669669
path: lib/kotlin
670670

671671
# swift is currently broken and no maintainers around -> see THRIFT-5864
672672
#- name: Download swift precross artifacts
673-
# uses: actions/download-artifact@v4
673+
# uses: actions/download-artifact@v5
674674
# with:
675675
# name: swift-precross
676676
# path: test/swift/CrossTests/.build/x86_64-unknown-linux-gnu/debug
677677

678678
- name: Download rust precross artifacts
679-
uses: actions/download-artifact@v4
679+
uses: actions/download-artifact@v5
680680
with:
681681
name: rs-precross
682682
path: test/rs/bin
683683

684684
- name: Download go precross artifacts
685-
uses: actions/download-artifact@v4
685+
uses: actions/download-artifact@v5
686686
with:
687687
name: go-precross
688688
path: test/go/bin
689689

690690
- name: Download cpp precross artifacts
691-
uses: actions/download-artifact@v4
691+
uses: actions/download-artifact@v5
692692
with:
693693
name: cpp-precross
694694
path: .

0 commit comments

Comments
 (0)