From e95d6d3adfdd5c734e77bbd18f8310fdb1564a15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:52:57 +0000 Subject: [PATCH] build(deps): update actions/upload-artifact action to v6 --- .github/workflows/build.yaml | 2 +- .github/workflows/mps-compatibility.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a8ace347cc..14769ee08d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: files: | **/test-results/**/*.xml - name: Archive test report - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 # Archive test reports for introspection even if the build failed. They are most useful in this situation. if: always() with: diff --git a/.github/workflows/mps-compatibility.yaml b/.github/workflows/mps-compatibility.yaml index 6fa6e02486..2e287d4b18 100644 --- a/.github/workflows/mps-compatibility.yaml +++ b/.github/workflows/mps-compatibility.yaml @@ -48,7 +48,7 @@ jobs: :mps-sync-plugin3:build -Pmps.version.major=${{ matrix.version }} - name: Archive test report - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 if: always() with: name: test-report-${{ matrix.version }}