This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 697d0800 chore(deps): bump actions/upload-artifact from 4 to 7 (#729)
697d0800 is described below
commit 697d0800917407071dbd5d801874f563ec42e9b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 10:55:37 2026 -0500
chore(deps): bump actions/upload-artifact from 4 to 7 (#729)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/assign-reviewer.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/assign-reviewer.yml
b/.github/workflows/assign-reviewer.yml
index 4717d597..e3988b54 100644
--- a/.github/workflows/assign-reviewer.yml
+++ b/.github/workflows/assign-reviewer.yml
@@ -38,7 +38,7 @@ jobs:
fs.mkdirSync('pr-meta');
fs.writeFileSync('pr-meta/number.txt',
String(context.issue.number));
fs.writeFileSync('pr-meta/author.txt',
context.payload.pull_request.user.login);
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
with:
name: pr-meta
path: pr-meta/