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 b7b16d8 Bump actions/upload-artifact from 4 to 5 (#62)
b7b16d8 is described below
commit b7b16d82cbf4e1ac27e47748737580652ab5500a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 10:31:04 2025 -0800
Bump actions/upload-artifact from 4 to 5 (#62)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
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.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 65fe114..e027678 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@v4
+ uses: actions/upload-artifact@v5
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 2ad1524..35bed63 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/[email protected]
+ uses: actions/upload-artifact@v5
with:
# Artifact name
#name: # optional, default is artifact
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]