This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new 1fc30f1f Bump actions/upload-artifact from 6 to 7 (#1540)
1fc30f1f is described below
commit 1fc30f1f045f789505e9d2f29cbc707329e1b621
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 17:16:49 2026 +0100
Bump actions/upload-artifact from 6 to 7 (#1540)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...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/early-access.yaml | 8 ++++----
.github/workflows/release.yaml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index b9fa8970..10b931fc 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -67,7 +67,7 @@ jobs:
- name: 'Upload daemon test logs'
if: always()
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: daemon-test-logs-default-build
path: integration-tests/target/mvnd-tests/**/daemon*.log
@@ -178,14 +178,14 @@ jobs:
- name: 'Upload daemon test logs'
if: always()
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: daemon-test-logs-${{ matrix.os }}-${{ env.ARCH }}
path: integration-tests/target/mvnd-tests/**/daemon*.log
include-hidden-files: 'true'
- name: 'Upload artifact'
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: mvnd-${{ matrix.os }}-${{ env.ARCH }}
path: dist/target/maven-mvnd-*.zip
@@ -207,7 +207,7 @@ jobs:
run: ./mvnw compile site -Dmrm=false -V -B -ntp -e -s
.mvn/release-settings.xml
- name: 'Upload artifact'
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: mvnd-site
path: target/site
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 307b07e5..d43131d2 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -116,7 +116,7 @@ jobs:
(( err == 1 ))
- name: 'Upload artifact'
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: mvnd-${{ env.OS }}-${{ env.ARCH }}
path: |
@@ -163,7 +163,7 @@ jobs:
run: ./mvnw clean verify -Psource-distribution -N -B -ntp -e -s
.mvn/release-settings.xml
- name: 'Upload artifact'
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: mvnd-sources
path: |