jiridanek commented on code in PR #425:
URL: https://github.com/apache/qpid-proton/pull/425#discussion_r1568881328


##########
.github/workflows/build.yml:
##########
@@ -74,12 +73,12 @@ jobs:
       run: cmake --build "${BuildDir}" --config ${BuildType} -t install
       shell: bash
     - name: Upload Install
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4

Review Comment:
   new upload-artifact requires that every artifact has unique name in
   ```
   with:
     name:
   ```
   
   ```
   Error: Failed to CreateArtifact: Received non-retryable error: Failed 
request: (409) Conflict: an artifact with this name already exists on the 
workflow run
   ```



-- 
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: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to