This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 95f4a867 Bump actions/upload-artifact from 4 to 6 (#360)
95f4a867 is described below
commit 95f4a867e503e1b5963d8d6a99a402dbe9e83cac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 11:07:38 2026 +0100
Bump actions/upload-artifact from 4 to 6 (#360)
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/action-test.yml | 2 +-
.github/workflows/yetus.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/action-test.yml
b/.github/workflows/action-test.yml
index 5d450ddd..154683f2 100644
--- a/.github/workflows/action-test.yml
+++ b/.github/workflows/action-test.yml
@@ -45,7 +45,7 @@ jobs:
testsfilter: checkstyle,test4tests
- name: Artifact output
if: ${{ always() }}
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: apacheyetustestpatchactionout
path: ${{ github.workspace }}/out
diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml
index 03048ff8..d8eef403 100644
--- a/.github/workflows/yetus.yml
+++ b/.github/workflows/yetus.yml
@@ -61,7 +61,7 @@ jobs:
--tests-filter=checkstyle,javadoc,rubocop,test4tests
- name: Artifact output
if: ${{ always() }}
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: apacheyetuspatchdir
path: ${{ github.workspace }}/out