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-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 116b427e Bump dawidd6/action-download-artifact from 19 to 20 (#650)
116b427e is described below
commit 116b427e2d44971b448cc88e65f0b4d48df38f8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 23 12:26:38 2026 +0200
Bump dawidd6/action-download-artifact from 19 to 20 (#650)
Bumps
[dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact)
from 19 to 20.
- [Release
notes](https://github.com/dawidd6/action-download-artifact/releases)
-
[Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v20)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '20'
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 e9c4b75b..f78fd389 100644
--- a/.github/workflows/ci-test-results.yml
+++ b/.github/workflows/ci-test-results.yml
@@ -39,14 +39,14 @@ jobs:
steps:
- name: Download Test Results
- uses: dawidd6/action-download-artifact@v19
+ uses: dawidd6/action-download-artifact@v20
with:
run_id: ${{ github.event.workflow_run.id }}
name: test-results
path: artifacts
- name: Download Event File
- uses: dawidd6/action-download-artifact@v19
+ uses: dawidd6/action-download-artifact@v20
with:
run_id: ${{ github.event.workflow_run.id }}
name: event-file