This is an automated email from the ASF dual-hosted git repository.
dsoumis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new b0c7d1d041 Bump actions/upload-artifact from 6 to 7
b0c7d1d041 is described below
commit b0c7d1d041648eb1dec7e5f07ce50c666663be1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 08:15:54 2026 +0000
Bump actions/upload-artifact from 6 to 7
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]>
---
.github/workflows/ci-macos.yml | 2 +-
.github/workflows/ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index a935e53b2a..5191c6fdbb 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -45,7 +45,7 @@ jobs:
- name: Upload logs
if: ${{ !cancelled() }}
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: JDK25-macos-latest-logs
path: |
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0e3f012876..666d1724d0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
- name: Upload logs
if: ${{ !cancelled() }}
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: JDK${{ matrix.java }}-${{ matrix.os }}-logs
path: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]