This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new b946a2f57b build(deps): bump dawidd6/action-download-artifact from 23
to 24 (#2825)
b946a2f57b is described below
commit b946a2f57b685b44250d14d7d7ba3e614a999ebf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 14:52:50 2026 +0200
build(deps): bump dawidd6/action-download-artifact from 23 to 24 (#2825)
Bumps
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
from 23 to 24.
- [Release
notes](https://github.com/dawidd6/action-download-artifact/releases)
-
[Commits](https://github.com/dawidd6/action-download-artifact/compare/v23...v24)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '24'
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/ci-test-results.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-test-results.yml
b/.github/workflows/ci-test-results.yml
index dd7216cef0..56d799c18d 100644
--- a/.github/workflows/ci-test-results.yml
+++ b/.github/workflows/ci-test-results.yml
@@ -39,7 +39,7 @@ jobs:
steps:
- name: Download Test Results
- uses: dawidd6/action-download-artifact@v23
+ uses: dawidd6/action-download-artifact@v24
with:
run_id: ${{ github.event.workflow_run.id }}
name: test-results-.*
@@ -47,7 +47,7 @@ jobs:
path: artifacts
- name: Download Event File
- uses: dawidd6/action-download-artifact@v23
+ uses: dawidd6/action-download-artifact@v24
with:
run_id: ${{ github.event.workflow_run.id }}
name: event-file-ubuntu-24.04