worryg0d commented on code in PR #1861:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1861#discussion_r1928599840
##########
.github/workflows/main.yml:
##########
@@ -113,7 +113,7 @@ 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
path: /home/runner/.ccm/test
Review Comment:
Oh, I see the issue here. I tested it on my fork forcing the workflow to
fail and it really doesn't upload the artifacts...
```
Run actions/upload-artifact@v4
With the provided path, there will be 922 files uploaded
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Received non-retryable error: Failed
request: (409) Conflict: an artifact with this name already exists on the
workflow run
```
I'm going to work on a fix for this. Thanks a lot!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]