This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git


The following commit(s) were added to refs/heads/main by this push:
     new 37d2640  Change upload action version (#25)
37d2640 is described below

commit 37d26400fc79fd21d71b75815f07a40219b5ae67
Author: Aditya Parikh <[email protected]>
AuthorDate: Tue Dec 16 15:41:16 2025 -0500

    Change upload action version (#25)
    
    * feat: update upload-artifact action to version 6.0.0
---
 .github/workflows/atr-release-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/atr-release-test.yml 
b/.github/workflows/atr-release-test.yml
index 21b0663..5667d58 100644
--- a/.github/workflows/atr-release-test.yml
+++ b/.github/workflows/atr-release-test.yml
@@ -237,7 +237,7 @@ jobs:
                     ssh-port: 2222
 
             -   name: Upload artifacts for review
-                uses: actions/upload-artifact@v3
+                uses: 
actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # 6.0.0
                 with:
                     name: test-release-artifacts-${{ inputs.release_version 
}}-${{ inputs.release_candidate }}
                     path: build/distributions/

Reply via email to