This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 6eb71c3ecb998130fa52e527c694499a734a5552 Author: Solr Bot <[email protected]> AuthorDate: Sat Jan 3 00:03:39 2026 +0100 Update actions/upload-artifact action to v6 (#3959) (cherry picked from commit ff0bd2c805d7b2868fd10cd908e942d1b69f83d6) --- .github/workflows/bin-solr-test.yml | 2 +- .../unreleased/PR#3959-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 8bb4e6fea47..54bf41cd2bf 100644 --- a/.github/workflows/bin-solr-test.yml +++ b/.github/workflows/bin-solr-test.yml @@ -31,7 +31,7 @@ jobs: - 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#3959-update-actions-upload-artifact-action.yml b/changelog/unreleased/PR#3959-update-actions-upload-artifact-action.yml new file mode 100644 index 00000000000..13f584f10ca --- /dev/null +++ b/changelog/unreleased/PR#3959-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#3959 + url: https://github.com/apache/solr/pull/3959
