From 1903129e7b7017524b8ec5e0caef66c084ac6958 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:35:04 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/build.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b22d451..c307685 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - run: ./gradlew build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: gitout.zip path: build/distributions/gitout-*.zip diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 46654e5..f161c69 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,7 +24,7 @@ jobs: - run: ./gradlew distZip - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: gitout.zip path: build/distributions/gitout-*.zip