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 0a4eb81698 Bump actions/upload-pages-artifact from 2 to 3 (#5229)
0a4eb81698 is described below
commit 0a4eb816986ed36fe0ecf8b24a24d4b870b97c73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 20 20:31:02 2023 +0000
Bump actions/upload-pages-artifact from 2 to 3 (#5229)
* 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]>
* Update deploy
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
---
.github/workflows/docs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 7212608924..12ff6e3cfe 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
@@ -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