assignUser commented on code in PR #2329:
URL: https://github.com/apache/arrow-adbc/pull/2329#discussion_r1843083944
##########
.github/workflows/packaging.yml:
##########
@@ -132,8 +132,9 @@ jobs:
popd
- name: Upload Go binaries
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
+ name: go-${{ matrix.os }}
Review Comment:
v4 errors on default when clobbering files of the same name, as this is a
matrix job it was happening.
--
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]