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 0a4b5a461 Update GitHub Artifact Actions (#2895)
0a4b5a461 is described below
commit 0a4b5a461068c15ab988bb82a75d71671d0e309d
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Oct 27 07:50:31 2025 +0000
Update GitHub Artifact Actions (#2895)
---
.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 1750c2bce..4753bfda4 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@634f93cb2916e3fdff6788551b99b062d0335ce0
# v5
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
# v6
# 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 728ff6c01..dcc885656 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@ea165f8d65b6e75b540449e92b4886f43607fa02 #
v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #
v5
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 b947be263..8409190cd 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@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
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@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
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@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
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@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
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@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5
if: always()
with:
name: upload-integration-test-artifacts