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