You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/12/20 13:21:33 UTC

(arrow-rs) branch dependabot/github_actions/actions/upload-pages-artifact-3 created (now dfdd13531d)

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

github-bot pushed a change to branch dependabot/github_actions/actions/upload-pages-artifact-3
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


      at dfdd13531d Bump actions/upload-pages-artifact from 2 to 3

This branch includes the following new commits:

     new dfdd13531d Bump actions/upload-pages-artifact from 2 to 3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(arrow-rs) 01/01: Bump actions/upload-pages-artifact from 2 to 3

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/github_actions/actions/upload-pages-artifact-3
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit dfdd13531dd03aa170f128e6a38b922dde7891bc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 20 13:21:29 2023 +0000

    Bump actions/upload-pages-artifact from 2 to 3
    
    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@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..21e26dd348 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -64,7 +64,7 @@ jobs:
               echo "::warning title=Invalid file permissions automatically fixed::$line"
           done
       - name: Upload artifacts
-        uses: actions/upload-pages-artifact@v2
+        uses: actions/upload-pages-artifact@v3
         with:
           name: crate-docs
           path: target/doc