You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/12/15 15:09:52 UTC

(arrow-rs) branch master updated: Bump actions/download-artifact from 3 to 4 (#5212)

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 6d5d9007d9 Bump actions/download-artifact from 3 to 4 (#5212)
6d5d9007d9 is described below

commit 6d5d9007d91ecb19d8f2b3d8db564bdee8253278
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 15 15:09:45 2023 +0000

    Bump actions/download-artifact from 3 to 4 (#5212)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .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 7212608924..db610eadaa 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@v3
+        uses: actions/download-artifact@v4
         with:
           name: crate-docs
           path: website/build