diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a17c04b..7803ae5d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: with: path: kernelf-angular-demo/dist/kernelf-angular-demo - name: Archive test report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: always() with: name: test-report diff --git a/.github/workflows/mps-compatibility.yaml b/.github/workflows/mps-compatibility.yaml index d97ef4d4..f784e809 100644 --- a/.github/workflows/mps-compatibility.yaml +++ b/.github/workflows/mps-compatibility.yaml @@ -45,7 +45,7 @@ jobs: -Pgpr.token=${{ secrets.GITHUB_TOKEN }} -Pmps.version.major=${{ matrix.version }} - name: Archive test report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: always() with: name: test-report-${{ matrix.version }}