From 4879658ee8f39d9724691804fc3a9b9b0a9a2552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 14:24:58 +0000 Subject: [PATCH] build: update github artifact actions --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6a5585d..41f879b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -62,7 +62,7 @@ jobs: run: ./gradlew --init-script ./.github/init.gradle.kts artifactBundle --info -S --show-version - name: Upload Artifact Bundle - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: "artifact-bundle" path: "./build/libs/maven-artifact-bundle.tgz" @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact Bundle - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: "artifact-bundle" path: .