This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new e94542a66a Bump dawidd6/action-download-artifact from 3 to 6 in
/.github/workflows (#11409)
e94542a66a is described below
commit e94542a66ae5274633ee441a8b5c4dd154cba059
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 17:42:10 2026 +0800
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows
(#11409)
Bumps
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
from 3 to 6.
- [Release
notes](https://github.com/dawidd6/action-download-artifact/releases)
-
[Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '6'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/cpp_clang_tidy.yml | 2 +-
.github/workflows/test_report.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cpp_clang_tidy.yml
b/.github/workflows/cpp_clang_tidy.yml
index 172e0ffcdf..d1ba81e73c 100644
--- a/.github/workflows/cpp_clang_tidy.yml
+++ b/.github/workflows/cpp_clang_tidy.yml
@@ -60,7 +60,7 @@ jobs:
fi
- name: Download artifact from in-progress workflow
if: steps.filter.outputs.cpp_changed == 'true'
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: .github/workflows/velox_backend_x86.yml
diff --git a/.github/workflows/test_report.yml
b/.github/workflows/test_report.yml
index f85bc8db6d..a10bfab370 100644
--- a/.github/workflows/test_report.yml
+++ b/.github/workflows/test_report.yml
@@ -31,7 +31,7 @@ jobs:
pull-requests: write
steps:
- name: Download test results to report
- uses:
dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # pin
@v6
+ uses: dawidd6/action-download-artifact@v6 # pin @v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: ${{ github.event.workflow_run.workflow_id }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]