This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch revert-5212-dependabot/github_actions/actions/download-artifact-4 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit 3b6c43356f02c5df82fb94ac9393531101df8fa4 Author: Raphael Taylor-Davies <[email protected]> AuthorDate: Fri Dec 15 17:42:34 2023 +0000 Revert "Bump actions/download-artifact from 3 to 4 (#5212)" 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
