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

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new fc01c064e1f Update actions/upload-artifact action to v6 (branch_9x) 
(#4031)
fc01c064e1f is described below

commit fc01c064e1f3d38f6f97800e89260394986ac68c
Author: Solr Bot <[email protected]>
AuthorDate: Tue Jan 6 20:44:44 2026 +0100

    Update actions/upload-artifact action to v6 (branch_9x) (#4031)
---
 .github/workflows/bin-solr-test.yml                                | 2 +-
 .../unreleased/PR#4031-update-actions-upload-artifact-action.yml   | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/bin-solr-test.yml 
b/.github/workflows/bin-solr-test.yml
index b3fec816ab0..959523510c7 100644
--- a/.github/workflows/bin-solr-test.yml
+++ b/.github/workflows/bin-solr-test.yml
@@ -46,7 +46,7 @@ jobs:
       run: ./gradlew integrationTests
     - name: Archive logs
       if: ${{ failure() }}
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v6
       with:
         name: logs
         path: solr/packaging/build/test-output
diff --git 
a/changelog/unreleased/PR#4031-update-actions-upload-artifact-action.yml 
b/changelog/unreleased/PR#4031-update-actions-upload-artifact-action.yml
new file mode 100644
index 00000000000..77a281b3a23
--- /dev/null
+++ b/changelog/unreleased/PR#4031-update-actions-upload-artifact-action.yml
@@ -0,0 +1,7 @@
+title: Update actions/upload-artifact action to v6
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4031
+  url: https://github.com/apache/solr/pull/4031

Reply via email to