Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d963b0a..d1bf488 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -104,7 +104,7 @@
run: |
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-go/with-go/')
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: thrift-compiler
path: compiler/cpp
@@ -182,7 +182,7 @@
run: |
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-java/with-java/' | sed 's/without-kotlin/with-kotlin/')
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: thrift-compiler
path: compiler/cpp
@@ -257,7 +257,7 @@
run: |
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-swift/with-swift/')
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: thrift-compiler
path: compiler/cpp
@@ -310,7 +310,7 @@
run: |
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-rs/with-rs/')
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: thrift-compiler
path: compiler/cpp
@@ -381,7 +381,7 @@
run: |
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-py3/with-py3/')
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: thrift-compiler
path: compiler/cpp
@@ -437,31 +437,31 @@
sudo apt-get install -y --no-install-recommends openssl ca-certificates
- name: Download java precross artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: java-precross
path: lib/java/build
- name: Download kotlin precross artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: kotlin-precross
path: lib/kotlin
- name: Download swift precross artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: swift-precross
path: test/swift/CrossTests/.build/x86_64-unknown-linux-gnu/debug
- name: Download rust precross artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: rs-precross
path: test/rs/bin
- name: Download go precross artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: go-precross
path: test/go/bin