This is an automated email from the ASF dual-hosted git repository.
koushiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-oli.git
The following commit(s) were added to refs/heads/main by this push:
new 3d1be39 chore(deps): bump actions/download-artifact from 6 to 7 (#13)
3d1be39 is described below
commit 3d1be394b6edddddfa3e30bbad76e75b6b054b84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 15:08:11 2026 +0800
chore(deps): bump actions/download-artifact from 6 to 7 (#13)
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
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/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index acfa19a..ce1cb4e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v5
- name: Download all artifacts
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
path: dist
merge-multiple: true