This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 61a45a1a6e chore(deps): update github artifact actions (#3900)
61a45a1a6e is described below

commit 61a45a1a6e09f67d27d146045dc2f93cddca1c16
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Feb 26 21:24:49 2026 +0000

    chore(deps): update github artifact actions (#3900)
---
 .github/actions/ci-incr-build-cache-prepare/action.yml |  2 +-
 .github/actions/ci-incr-build-cache-save/action.yml    |  2 +-
 .github/workflows/ci.yml                               | 10 +++++-----
 .github/workflows/nightly-iceberg.yml                  |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/actions/ci-incr-build-cache-prepare/action.yml 
b/.github/actions/ci-incr-build-cache-prepare/action.yml
index 63513b6615..49558970b1 100644
--- a/.github/actions/ci-incr-build-cache-prepare/action.yml
+++ b/.github/actions/ci-incr-build-cache-prepare/action.yml
@@ -76,7 +76,7 @@ runs:
       run: ./gradlew -h
 
     - name: Download existing workflow artifacts
-      uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 
# v7
+      uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 
# v8
       # Just in case, don't know the exact inner workings of Gradle's build 
cache and whether
       # the download-action complains about duplicate files.
       continue-on-error: true
diff --git a/.github/actions/ci-incr-build-cache-save/action.yml 
b/.github/actions/ci-incr-build-cache-save/action.yml
index 476deaf9a9..80f4e221e7 100644
--- a/.github/actions/ci-incr-build-cache-save/action.yml
+++ b/.github/actions/ci-incr-build-cache-save/action.yml
@@ -63,7 +63,7 @@ runs:
           echo "::endgroup::"
         fi
     - name: Archive code-checks incremental
-      uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # 
v6
+      uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 
v7
       if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
       with:
         name: ci-gradle-caches-${{ inputs.job-name }}-${{ inputs.java-version 
}}
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 86690e7d71..4183b4aad2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
       - name: Save partial Gradle build cache
         uses: ./.github/actions/ci-incr-build-cache-save
       - name: Archive test results
-        uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f 
# v6
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
# v7
         if: failure()
         with:
           name: upload-${{ github.job }}-artifacts
@@ -96,7 +96,7 @@ jobs:
       - name: Save partial Gradle build cache
         uses: ./.github/actions/ci-incr-build-cache-save
       - name: Archive test results
-        uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f 
# v6
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
# v7
         if: failure()
         with:
           name: upload-${{ github.job }}-artifacts
@@ -121,7 +121,7 @@ jobs:
       - name: Save partial Gradle build cache
         uses: ./.github/actions/ci-incr-build-cache-save
       - name: Archive test results
-        uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f 
# v6
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
# v7
         if: failure()
         with:
           name: upload-${{ github.job }}-artifacts
@@ -146,7 +146,7 @@ jobs:
       - name: Save partial Gradle build cache
         uses: ./.github/actions/ci-incr-build-cache-save
       - name: Archive test results
-        uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f 
# v6
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
# v7
         if: failure()
         with:
           name: upload-${{ github.job }}-artifacts
@@ -177,7 +177,7 @@ jobs:
       - name: Save partial Gradle build cache
         uses: ./.github/actions/ci-incr-build-cache-save
       - name: Archive test results
-        uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f 
# v6
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
# v7
         if: failure()
         with:
           name: upload-${{ github.job }}-artifacts
diff --git a/.github/workflows/nightly-iceberg.yml 
b/.github/workflows/nightly-iceberg.yml
index 9cb92d01da..36d5bc0886 100644
--- a/.github/workflows/nightly-iceberg.yml
+++ b/.github/workflows/nightly-iceberg.yml
@@ -111,7 +111,7 @@ jobs:
             --continue
 
       - name: Archive test results
-        uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f 
# v6
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
# v7
         if: failure()
         with:
           name: iceberg-nightly-test-results

Reply via email to