From 7ae33cf9db66d93a13013d4112446fe18c9f7fbb Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:48:05 +0200 Subject: [PATCH] CI: update and pin actions/upload-artifact --- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef3e81c..5a510a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,13 +41,13 @@ jobs: run: ./gradlew jreleaserDeploy - name: Store JReleaser Logs if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7.0.1 with: name: jreleaser path: build/jreleaser - name: Store Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7.0.1 with: name: reports path: build/reports diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 8e3584b..ebfda0e 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -38,13 +38,13 @@ jobs: run: ./gradlew jreleaserDeploy - name: Store JReleaser Logs if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7.0.1 with: name: jreleaser path: build/jreleaser - name: Store Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7.0.1 with: name: reports path: build/reports