This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new a62d9ef build(deps): bump actions/download-artifact from 5 to 7 (#496)
a62d9ef is described below
commit a62d9efe9b480ada31b36277b664d5fc47f99510
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 00:40:12 2025 -0600
build(deps): bump actions/download-artifact from 5 to 7 (#496)
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
5 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ebe60a2..dd4e951 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -200,7 +200,7 @@ jobs:
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v6
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v7
with:
pattern: cov-report-*
merge-multiple: true