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 96709a2 build(deps): bump actions/upload-artifact from 6 to 7 (#531)
96709a2 is described below
commit 96709a21c2d2adfc3e8cdef14290b00b19e530c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 19:37:22 2026 -0600
build(deps): bump actions/upload-artifact from 6 to 7 (#531)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/upload-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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bb988e7..9eeda05 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
- name: Rust unit tests with coverage report
run: make coverage-xml
- name: Upload coverage report
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: cov-report-rust-tests-${{ runner.os }}
path: ./cov-reports
@@ -136,7 +136,7 @@ jobs:
coverage xml --data-file=.coverage -o
./cov-reports/cov-report-python-tests-${{ join(matrix.*, '-') }}.xml
- name: Upload coverage report
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
if: ${{ (matrix.os == 'ubuntu-24.04') && (matrix.python-version ==
'3.13') }}
with:
name: cov-report-python-tests-${{ join(matrix.*, '-') }}
@@ -144,7 +144,7 @@ jobs:
if-no-files-found: 'error'
- name: Upload wheel files
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: python-artifact-${{ join(matrix.*, '-') }}
path: ./target/wheels/*.whl