diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b37ed8e0..992805aa 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@v6 + uses: actions/upload-artifact@v7 if: always() with: name: test-report diff --git a/.github/workflows/mps-compatibility.yaml b/.github/workflows/mps-compatibility.yaml index f784e809..c1c44486 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@v6 + uses: actions/upload-artifact@v7 if: always() with: name: test-report-${{ matrix.version }}