From 5eb684401869c1704da9131c86a03048f49727de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:00:29 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/code-coverage-kotlin.yml | 4 ++-- .github/workflows/component-test-kotlin.yml | 2 +- .github/workflows/component-test-python.yml | 2 +- .github/workflows/pull-request-kotlin.yml | 2 +- .github/workflows/sonar-cloud.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-coverage-kotlin.yml b/.github/workflows/code-coverage-kotlin.yml index 777aed3..88d5da8 100644 --- a/.github/workflows/code-coverage-kotlin.yml +++ b/.github/workflows/code-coverage-kotlin.yml @@ -123,7 +123,7 @@ jobs: gradle-tasks: "test koverXmlReport" gradle-args: ${{ inputs.gradle-args }} - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: ${{ inputs.kover-report-path }} @@ -141,7 +141,7 @@ jobs: curl --retry 3 --retry-delay 5 --retry-all-errors -f -s -o /dev/null --max-time 30 https://dev-lens.staging.monta.app/health - name: Download coverage report id: download-coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-report - name: Set coverage report path diff --git a/.github/workflows/component-test-kotlin.yml b/.github/workflows/component-test-kotlin.yml index 1a954f0..582702b 100644 --- a/.github/workflows/component-test-kotlin.yml +++ b/.github/workflows/component-test-kotlin.yml @@ -91,7 +91,7 @@ jobs: gradle-args: ${{ inputs.gradle-args }} - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-result-${{ inputs.gradle-module || 'root' }} path: | diff --git a/.github/workflows/component-test-python.yml b/.github/workflows/component-test-python.yml index ded08bb..50abe99 100644 --- a/.github/workflows/component-test-python.yml +++ b/.github/workflows/component-test-python.yml @@ -110,7 +110,7 @@ jobs: ${{ inputs.pytest-args }} - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-python-${{ inputs.python-version }} path: | diff --git a/.github/workflows/pull-request-kotlin.yml b/.github/workflows/pull-request-kotlin.yml index 5f8a12f..22ed251 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -114,7 +114,7 @@ jobs: gradle-args: ${{ inputs.gradle-args }} - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.gradle-module || 'test-result' }} path: | diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 1f81467..f921ee6 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -82,7 +82,7 @@ jobs: gradle-args: ${{ inputs.gradle-args }} - name: Upload build reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-reports path: |