This is an automated email from the ASF dual-hosted git repository.
yamer pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new a2b55f5c2 Bump actions/upload-artifact from 4 to 7 (#2182)
a2b55f5c2 is described below
commit a2b55f5c2673b03a295442652c4f5b707fef0a58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 09:56:47 2026 +0200
Bump actions/upload-artifact from 4 to 7 (#2182)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...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/pr-kogito-examples.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-kogito-examples.yml
b/.github/workflows/pr-kogito-examples.yml
index 7694897c8..4a10167cc 100644
--- a/.github/workflows/pr-kogito-examples.yml
+++ b/.github/workflows/pr-kogito-examples.yml
@@ -72,7 +72,7 @@ jobs:
with:
report_paths: '**/*-reports/TEST-*.xml'
- name: Upload Dependency Trees
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
if: ${{ always() }}
with:
name: dependency-trees-logs_${{ matrix.job_name }}_${{ matrix.os }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]