Skip to content

Commit 4b69d1f

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 e01b1b0 commit 4b69d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ jobs:
639639
- name: Run configure
640640
run: ./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-py3/with-py3/')
641641

642-
- uses: actions/download-artifact@v6
642+
- uses: actions/download-artifact@v7
643643
with:
644644
name: thrift-compiler-${{ matrix.os }}
645645
path: compiler/cpp
@@ -790,7 +790,7 @@ jobs:
790790
run: |
791791
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-ruby/with-ruby/')
792792
793-
- uses: actions/download-artifact@v6
793+
- uses: actions/download-artifact@v7
794794
with:
795795
name: thrift-compiler
796796
path: compiler/cpp

0 commit comments

Comments
 (0)