We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7d563 commit a48747fCopy full SHA for a48747f
.github/workflows/main.yml
@@ -113,7 +113,7 @@ jobs:
113
go test -v -tags "${{ matrix.tags }} gocql_debug" -timeout=5m -race ${{ env.args }}
114
- name: 'Save ccm logs'
115
if: 'failure()'
116
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
117
with:
118
name: ccm-cluster
119
path: /home/runner/.ccm/test
CHANGELOG.md
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
21
- Remove deprecated global logger (CASSGO-24)
22
23
+- Bumped actions/upload-artifact to v4 in CI workflow (CASSGO-48)
24
+
25
### Fixed
26
27
- Retry policy now takes into account query idempotency (CASSGO-27)
0 commit comments