From e5833e715b164ce77efa91e4928af8de172a6322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:12:17 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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..6ccf1dd 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@v6 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@v6 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..5773e0f 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@v6 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@v6 with: name: code-coverage-${{ matrix.os }}-${{ matrix.version }} path: test-results/coverage.xml