This is an automated email from the ASF dual-hosted git repository.
jmckenzie-dev pushed a commit to branch
sidecar/dependabot/github_actions/actions/download-artifact-7
in repository https://gitbox.apache.org/repos/asf/cassandra-ecosystem.git
commit 58b3c486abcf1e5ef3a20c20cdc342b94bcbb94f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 15:07:01 2026 +0000
chore(deps): bump actions/download-artifact from 5 to 7
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
5 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ecb0a55b..7f3c29bd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/trunk' }}
- name: Download dtest jars
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
with:
name: dtest-jars
path: dtest-jars/
@@ -217,7 +217,7 @@ jobs:
done
- name: Download dtest jars
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
with:
name: dtest-jars
path: dtest-jars/
@@ -308,13 +308,13 @@ jobs:
cat /etc/hosts
- name: Download dtest jars
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
with:
name: dtest-jars
path: dtest-jars/
- name: Download cassandra tarballs
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
with:
name: cassandra-tarballs
path: cassandra-tarballs/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]