This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new f2c5d5da6 Bump actions/upload-artifact from 4.6.2 to 7.0.0 (#8489)
f2c5d5da6 is described below
commit f2c5d5da6a0e6330a7dd440c394c20ae959ffee4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 12:45:29 2026 +0200
Bump actions/upload-artifact from 4.6.2 to 7.0.0 (#8489)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.6.2 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
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/maven.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 8a05f4e07..fd6666715 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -52,7 +52,7 @@ jobs:
rm -f install.txt storm-shaded-deps/install-shade.txt
mvn --batch-mode apache-rat:check -Prat
- name: Upload Storm artifacts
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4.6.2
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
# v7.0.0
with:
name: storm-build-artifacts
path: ~/.m2/repository/org/apache/storm/