From 91f9eae6bfb6f704fd92a6df2989e36a9e1a7c59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:39:18 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .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 7a693ae..b17da62 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - run: ./gradlew build - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: gitout.zip path: build/distributions/gitout-*.zip diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b1e82d1..b121e6d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,7 +24,7 @@ jobs: - run: ./gradlew distZip - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: gitout.zip path: build/distributions/gitout-*.zip