This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new c6c02adee8 Bump actions/upload-artifact from 4.6.2 to 5.0.0
c6c02adee8 is described below
commit c6c02adee8c75989523f97a16c4eb4dd3f2df9b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 01:11:36 2025 +0000
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...330a01c490aca151604b8cf639adc76d48f6c5d4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 15549d27bc..58578436d6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -115,7 +115,7 @@ jobs:
**/target/java_heapdump.hprof
- name: Upload Mimir logs
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
if: always()
with:
name: initial-mimir-logs
@@ -228,7 +228,7 @@ jobs:
**/target/java_heapdump.hprof
- name: Upload Mimir logs
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
if: always()
with:
name: full-build-mimir-logs-${{ runner.os }}-${{ matrix.java }}
@@ -327,7 +327,7 @@ jobs:
**/target/java_heapdump.hprof
- name: Upload Mimir logs
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
if: always()
with:
name: integration-test-mimir-logs-${{ runner.os }}-${{ matrix.java }}