This is an automated email from the ASF dual-hosted git repository.
joaoreis pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3e21781 Bump actions/upload-artifact and actions/cache versions to v4
3e21781 is described below
commit 3e2178170146ca3510ded729bfe5e841454e4067
Author: Bohdan Siryk <[email protected]>
AuthorDate: Thu Jan 23 17:49:28 2025 +0200
Bump actions/upload-artifact and actions/cache versions to v4
Bumped due to cancelation of running CI workflows with the deprecated
version of
actions/upload-artifact@v3 and in order to prevent future interruptions with
deprecation of actions/cache@v2.
Patch by Bohdan Siryk; Reviewed by João Reis, Stanislav Bychkov for
CASSGO-48
---
.github/workflows/main.yml | 6 +++---
CHANGELOG.md | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bf718d9..714a46a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
id: gomod-cache
with:
path: ~/go/pkg/mod
@@ -113,9 +113,9 @@ jobs:
go test -v -tags "${{ matrix.tags }} gocql_debug" -timeout=5m -race
${{ env.args }}
- name: 'Save ccm logs'
if: 'failure()'
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
- name: ccm-cluster
+ name: ccm-cluster-cassandra-${{ matrix.cassandra_version }}-go-${{
matrix.go }}-tag-${{ matrix.tags }}
path: /home/runner/.ccm/test
retention-days: 5
integration-auth-cassandra:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 197a891..14e3b54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- Remove deprecated global logger (CASSGO-24)
+- Bumped actions/upload-artifact and actions/cache versions to v4 in CI
workflow (CASSGO-48)
+
### Fixed
- Retry policy now takes into account query idempotency (CASSGO-27)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]