This is an automated email from the ASF dual-hosted git repository.
rustyrazorblade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cassandra-easy-stress.git
The following commit(s) were added to refs/heads/main by this push:
new 0d55194 Bump actions/upload-artifact from 5 to 6 (#85)
0d55194 is described below
commit 0d55194da565aee6bf531cb207617ff291f8cff1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 08:56:43 2025 -0800
Bump actions/upload-artifact from 5 to 6 (#85)
---
.github/workflows/ci.yml | 2 +-
.github/workflows/gradle-publish-disttar.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 05d47c7..d975a68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Upload distribution tarball
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
name: cassandra-easy-stress-latest
path: build/distributions/*.tar.gz
diff --git a/.github/workflows/gradle-publish-disttar.yml
b/.github/workflows/gradle-publish-disttar.yml
index d9b5304..cd09fe1 100644
--- a/.github/workflows/gradle-publish-disttar.yml
+++ b/.github/workflows/gradle-publish-disttar.yml
@@ -35,7 +35,7 @@ jobs:
arguments: disttar
- name: Upload a Build Artifact
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
# Artifact name
#name: # optional, default is artifact
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]