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 ae0e579fe89 Update actions/upload-artifact action to v4 (#2564)
ae0e579fe89 is described below

commit ae0e579fe89503de0f552adaf10a9f81a9994991
Author: Solr Bot <[email protected]>
AuthorDate: Wed Jul 17 18:01:28 2024 +0200

    Update actions/upload-artifact action to v4 (#2564)
    
    (cherry picked from commit d1905fcb053620edbd557b7e13558a42f6527835)
---
 .github/workflows/bin-solr-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bin-solr-test.yml 
b/.github/workflows/bin-solr-test.yml
index 73da08cbfd0..c6bea453afb 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@v3
+      uses: actions/upload-artifact@v4
       with:
         name: logs
         path: solr/packaging/build/test-output

Reply via email to