This is an automated email from the ASF dual-hosted git repository.
dru pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 8662b9c1 Build: Bump actions/download-artifact from 7 to 8 (#3109)
8662b9c1 is described below
commit 8662b9c1e97169a7f477f529eb82be3072e4d99b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 18:43:27 2026 -0800
Build: Bump actions/download-artifact from 7 to 8 (#3109)
---
.github/workflows/nightly-pypi-build.yml | 2 +-
.github/workflows/python-ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-pypi-build.yml
b/.github/workflows/nightly-pypi-build.yml
index c75b992c..7a69130d 100644
--- a/.github/workflows/nightly-pypi-build.yml
+++ b/.github/workflows/nightly-pypi-build.yml
@@ -74,7 +74,7 @@ jobs:
steps:
- name: Download all the artifacts
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
merge-multiple: true
path: dist/
diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml
index debdb0a9..d1bc3a0f 100644
--- a/.github/workflows/python-ci.yml
+++ b/.github/workflows/python-ci.yml
@@ -197,7 +197,7 @@ jobs:
- name: Install dependencies
run: uv sync --group dev
- name: Download all coverage artifacts
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
pattern: coverage-*
merge-multiple: true