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 8255a2cb5 chore(deps): update github artifact actions (#3260)
8255a2cb5 is described below
commit 8255a2cb5011e9c1560be778f3ae31218347abe7
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Dec 13 08:57:28 2025 +0000
chore(deps): update github artifact actions (#3260)
---
.github/actions/ci-incr-build-cache-prepare/action.yml | 2 +-
.github/actions/ci-incr-build-cache-save/action.yml | 2 +-
.github/workflows/gradle.yml | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/actions/ci-incr-build-cache-prepare/action.yml
b/.github/actions/ci-incr-build-cache-prepare/action.yml
index 4753bfda4..12ae76a29 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
# v6
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
# v7
# 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 dcc885656..7ce468b8f 100644
--- a/.github/actions/ci-incr-build-cache-save/action.yml
+++ b/.github/actions/ci-incr-build-cache-save/action.yml
@@ -61,7 +61,7 @@ runs:
echo "::endgroup::"
fi
- name: Archive code-checks incremental
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #
v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #
v6
with:
name: ci-gradle-caches-${{ inputs.job-name }}-${{ inputs.java-version
}}
path: ~/ci-gradle-caches-${{ inputs.job-name }}-${{
inputs.java-version }}.tar
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index b15fef70b..d2706d603 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -73,7 +73,7 @@ jobs:
with:
job-name: 'unit-tests'
- name: Archive test results
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
# v6
if: always()
with:
name: upload-unit-test-artifacts
@@ -110,7 +110,7 @@ jobs:
with:
job-name: 'quarkus-runtime-tests'
- name: Archive test results
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
# v6
if: always()
with:
name: upload-quarkus-runtime-test-artifacts
@@ -145,7 +145,7 @@ jobs:
with:
job-name: 'quarkus-runtime-inttests'
- name: Archive test results
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
# v6
if: always()
with:
name: upload-quarkus-runtime-inttest-artifacts
@@ -180,7 +180,7 @@ jobs:
with:
job-name: 'quarkus-admin-tests'
- name: Archive test results
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
# v6
if: always()
with:
name: upload-quarkus-admin-test-artifacts
@@ -222,7 +222,7 @@ jobs:
with:
job-name: 'integration-tests'
- name: Archive test results
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
# v6
if: always()
with:
name: upload-integration-test-artifacts