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 2f15ef0 build(deps): bump actions/upload-artifact from 4 to 6 (#495)
2f15ef0 is described below
commit 2f15ef0e51203129e3c5706161381a4c96f2f802
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 00:40:38 2025 -0600
build(deps): bump actions/upload-artifact from 4 to 6 (#495)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
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 dd4e951..b3a6f99 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
--exclude-files crates/core/src/avro_to_arrow/* \
-o xml --output-dir ./cov-reports --skip-clean
- name: Upload coverage report
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: cov-report-rust-tests-${{ runner.os }}
path: ./cov-reports
@@ -141,7 +141,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@v4
+ uses: actions/upload-artifact@v6
if: ${{ (matrix.os == 'ubuntu-24.04') && (matrix.python-version ==
'3.13') }}
with:
name: cov-report-python-tests-${{ join(matrix.*, '-') }}
@@ -149,7 +149,7 @@ jobs:
if-no-files-found: 'error'
- name: Upload wheel files
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: python-artifact-${{ join(matrix.*, '-') }}
path: ./target/wheels/*.whl