From fb277f77698ed993fb6c90a9c880c66ebca0a094 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:40:01 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/go-build.yml | 2 +- .github/workflows/gradle-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index ab0c756..311a6ce 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -152,7 +152,7 @@ jobs: CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" - name: "Upload artifacts" - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: "${{ runner.os }}-artifacts" if-no-files-found: ignore diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 7da5d0b..bbe39a0 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -109,7 +109,7 @@ jobs: - name: "Archive test reports" if: always() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: "${{ runner.os }}-test-reports" if-no-files-found: ignore @@ -129,7 +129,7 @@ jobs: - name: "Upload artifacts" if: inputs.upload_artifacts != '' - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: if-no-files-found: ignore path: "${{ inputs.upload_artifacts }}"