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] <49699333+dependabot[bot]@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] <[email protected]>
---
 .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

Reply via email to