Skip to content

Commit 22ffdc7

Browse files
dependabot[bot]Jens-G
authored andcommitted
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0d99c9 commit 22ffdc7

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.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@v6
108+
- uses: actions/download-artifact@v7
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@v6
162+
- uses: actions/download-artifact@v7
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@v6
240+
- uses: actions/download-artifact@v7
241241
with:
242242
name: thrift-compiler
243243
path: compiler/cpp
@@ -352,7 +352,7 @@ jobs:
352352
run: |
353353
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-netstd/with-netstd/')
354354
355-
- uses: actions/download-artifact@v6
355+
- uses: actions/download-artifact@v7
356356
with:
357357
name: thrift-compiler
358358
path: compiler/cpp
@@ -401,7 +401,7 @@ jobs:
401401
run: |
402402
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-swift/with-swift/')
403403
404-
- uses: actions/download-artifact@v6
404+
- uses: actions/download-artifact@v7
405405
with:
406406
name: thrift-compiler
407407
path: compiler/cpp
@@ -454,7 +454,7 @@ jobs:
454454
run: |
455455
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-rs/with-rs/')
456456
457-
- uses: actions/download-artifact@v6
457+
- uses: actions/download-artifact@v7
458458
with:
459459
name: thrift-compiler
460460
path: compiler/cpp
@@ -524,7 +524,7 @@ jobs:
524524
run: |
525525
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-py3/with-py3/')
526526
527-
- uses: actions/download-artifact@v6
527+
- uses: actions/download-artifact@v7
528528
with:
529529
name: thrift-compiler
530530
path: compiler/cpp
@@ -565,7 +565,7 @@ jobs:
565565
run: |
566566
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed -E 's/without-node([tj])s/with-node\1s/g')
567567
568-
- uses: actions/download-artifact@v6
568+
- uses: actions/download-artifact@v7
569569
with:
570570
name: thrift-compiler
571571
path: compiler/cpp
@@ -602,7 +602,7 @@ jobs:
602602
run: |
603603
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed -E 's/without-cpp/with-cpp/g')
604604
605-
- uses: actions/download-artifact@v6
605+
- uses: actions/download-artifact@v7
606606
with:
607607
name: thrift-compiler
608608
path: compiler/cpp
@@ -687,38 +687,38 @@ jobs:
687687
libevent-dev
688688
689689
- name: Download java precross artifacts
690-
uses: actions/download-artifact@v6
690+
uses: actions/download-artifact@v7
691691
with:
692692
name: java-precross
693693
path: lib/java/build
694694

695695
- name: Download kotlin precross artifacts
696-
uses: actions/download-artifact@v6
696+
uses: actions/download-artifact@v7
697697
with:
698698
name: kotlin-precross
699699
path: lib/kotlin
700700

701701
# swift is currently broken and no maintainers around -> see THRIFT-5864
702702
#- name: Download swift precross artifacts
703-
# uses: actions/download-artifact@v6
703+
# uses: actions/download-artifact@v7
704704
# with:
705705
# name: swift-precross
706706
# path: test/swift/CrossTests/.build/x86_64-unknown-linux-gnu/debug
707707

708708
- name: Download rust precross artifacts
709-
uses: actions/download-artifact@v6
709+
uses: actions/download-artifact@v7
710710
with:
711711
name: rs-precross
712712
path: test/rs/bin
713713

714714
- name: Download go precross artifacts
715-
uses: actions/download-artifact@v6
715+
uses: actions/download-artifact@v7
716716
with:
717717
name: go-precross
718718
path: test/go/bin
719719

720720
- name: Download cpp precross artifacts
721-
uses: actions/download-artifact@v6
721+
uses: actions/download-artifact@v7
722722
with:
723723
name: cpp-precross
724724
path: .

0 commit comments

Comments
 (0)