From f8a74577d546bf7d3b19982e8857e9c32b0e43b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:50:11 +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 8834ec7474..9c34c2eb5f 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 10ebeb593d..63f10ffce0 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 }}