This is an automated email from the ASF dual-hosted git repository.
daniellansun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new e3b2ce87cf Bump actions/download-artifact from 6 to 8 (#2575)
e3b2ce87cf is described below
commit e3b2ce87cfa642ee49510cb8e1a1e9c38fb38a2e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 31 10:01:01 2026 +0800
Bump actions/download-artifact from 6 to 8 (#2575)
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
6 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v8)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
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/groovy-jmh-classic.yml | 2 +-
.github/workflows/groovy-jmh.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/groovy-jmh-classic.yml
b/.github/workflows/groovy-jmh-classic.yml
index 1e3f9449a0..cc9bc62922 100644
--- a/.github/workflows/groovy-jmh-classic.yml
+++ b/.github/workflows/groovy-jmh-classic.yml
@@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v8
with:
path: artifacts
pattern: reports-jmh-classic-*
diff --git a/.github/workflows/groovy-jmh.yml b/.github/workflows/groovy-jmh.yml
index fa1014d551..c31e5d0641 100644
--- a/.github/workflows/groovy-jmh.yml
+++ b/.github/workflows/groovy-jmh.yml
@@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v8
with:
path: artifacts
pattern: reports-jmh-*