This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 2ffc9f3d1 chore(deps): bump actions/download-artifact from 4 to 7
(#1408)
2ffc9f3d1 is described below
commit 2ffc9f3d166aa8a74a9f6b4103c2a6f565297c24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 25 16:20:34 2026 +0000
chore(deps): bump actions/download-artifact from 4 to 7 (#1408)
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...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/build.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a2ff43251..a46fefe2d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
- run: rm LICENSE.txt
- name: Download LICENSE.txt
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: python-wheel-license
path: .
@@ -189,7 +189,7 @@ jobs:
- run: rm LICENSE.txt
- name: Download LICENSE.txt
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: python-wheel-license
path: .
@@ -230,7 +230,7 @@ jobs:
- run: rm LICENSE.txt
- name: Download LICENSE.txt
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: python-wheel-license
path: .
@@ -270,7 +270,7 @@ jobs:
- run: rm LICENSE.txt
- name: Download LICENSE.txt
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: python-wheel-license
path: .
@@ -310,7 +310,7 @@ jobs:
- run: rm LICENSE.txt
- name: Download LICENSE.txt
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: python-wheel-license
path: .
@@ -364,7 +364,7 @@ jobs:
# needs: [build-manylinux, build-python-mac-win]
# runs-on: ubuntu-latest
# steps:
- # - uses: actions/download-artifact@v4
+ # - uses: actions/download-artifact@v7
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]