[ 
https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838199#comment-17838199
 ] 

ASF GitHub Bot commented on PROTON-2644:
----------------------------------------

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
   ```





> Update various GH actions versions to resolve deprecation warnings
> ------------------------------------------------------------------
>
>                 Key: PROTON-2644
>                 URL: https://issues.apache.org/jira/browse/PROTON-2644
>             Project: Qpid Proton
>          Issue Type: Task
>          Components: build
>    Affects Versions: proton-c-0.38.0
>            Reporter: Jiri Daněk
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> Note that upgrading install-python to v4 breaks macOS build, as openssl is 
> then not found by cmake 
> https://github.com/gemmellr/qpid-proton/actions/runs/3368665379/jobs/5587466718



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to