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 37030fb commit fa3428aCopy full SHA for fa3428a
.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
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
- Change Batch API to be consistent with Query() (CASSGO-7)
20
21
+- Bumped actions/upload-artifact to v4 in CI workflow
22
+
23
### Fixed
24
25
- Retry policy now takes into account query idempotency (CASSGO-27)
0 commit comments