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 6e0faaf24 Bump actions/upload-pages-artifact from 1 to 2 (#4508)
6e0faaf24 is described below

commit 6e0faaf24d84cded196be3abfccd80a154a92740
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 11 10:59:46 2023 -0400

    Bump actions/upload-pages-artifact from 1 to 2 (#4508)
    
    Bumps 
[actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact)
 from 1 to 2.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2)
    
    ---
    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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 7e80aea6b..4ca71f464 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@v1
+        uses: actions/upload-pages-artifact@v2
         with:
           name: crate-docs
           path: target/doc

Reply via email to