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

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b816d31f9 Revert "Bump actions/download-artifact from 3 to 4 (#5212)" 
(#5213)
8b816d31f9 is described below

commit 8b816d31f996925026d38f2487cce01253680d6b
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Dec 15 17:43:48 2023 +0000

    Revert "Bump actions/download-artifact from 3 to 4 (#5212)" (#5213)
    
    This reverts commit 6d5d9007d91ecb19d8f2b3d8db564bdee8253278.
---
 .github/workflows/docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index db610eadaa..7212608924 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -79,7 +79,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Download crate docs
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: crate-docs
           path: website/build

Reply via email to