From 294d3bcb3e88a784a8e99816f266091d5c3bf6ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:58:10 +0000 Subject: [PATCH] build(deps): update actions/upload-artifact action to v7 --- .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 3e735167d1..ff5493d5bf 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 # 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 e97b9ed0e3..6a5f9f44e8 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 if: always() with: name: test-report-${{ matrix.version }}