From 27e426b9c448a7db6e0a79e28637d5dabe697f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:30:38 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/R2022b.yml | 4 ++-- .github/workflows/R2024a.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/R2022b.yml b/.github/workflows/R2022b.yml index 237755e..5aced97 100644 --- a/.github/workflows/R2022b.yml +++ b/.github/workflows/R2022b.yml @@ -45,14 +45,14 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ matrix.os }}-${{ matrix.version }} path: test-results/results.xml - name: Upload code coverage if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: code-coverage-${{ matrix.os }}-${{ matrix.version }} path: test-results/coverage.xml diff --git a/.github/workflows/R2024a.yml b/.github/workflows/R2024a.yml index 030bf38..628821a 100644 --- a/.github/workflows/R2024a.yml +++ b/.github/workflows/R2024a.yml @@ -45,14 +45,14 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ matrix.os }}-${{ matrix.version }} path: test-results/results.xml - name: Upload code coverage if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: code-coverage-${{ matrix.os }}-${{ matrix.version }} path: test-results/coverage.xml