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 7095fd690 chore(deps): update actions/download-artifact action to v5 (#2271) 7095fd690 is described below commit 7095fd6901431e7415cd63a3088e8d8f2bd739b1 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Wed Aug 6 06:13:53 2025 +0200 chore(deps): update actions/download-artifact action to v5 (#2271) --- .github/actions/ci-incr-build-cache-prepare/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci-incr-build-cache-prepare/action.yml b/.github/actions/ci-incr-build-cache-prepare/action.yml index a3cad45f3..cf06ce5af 100644 --- a/.github/actions/ci-incr-build-cache-prepare/action.yml +++ b/.github/actions/ci-incr-build-cache-prepare/action.yml @@ -55,7 +55,7 @@ runs: run: ./gradlew -h - name: Download existing workflow artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 # 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