Skip to content

Commit a48747f

Browse files
committed
Bumped actions/upload-artifact version to v4
Bumped due to cancelation of running CI workflows with the deprecated version Patch by Bohdan Siryk; Reviewed by <> for CASSGO-48
1 parent ba7d563 commit a48747f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
go test -v -tags "${{ matrix.tags }} gocql_debug" -timeout=5m -race ${{ env.args }}
114114
- name: 'Save ccm logs'
115115
if: 'failure()'
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: ccm-cluster
119119
path: /home/runner/.ccm/test

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
- Remove deprecated global logger (CASSGO-24)
2222

23+
- Bumped actions/upload-artifact to v4 in CI workflow (CASSGO-48)
24+
2325
### Fixed
2426

2527
- Retry policy now takes into account query idempotency (CASSGO-27)

0 commit comments

Comments
 (0)