diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b43a0bfc3..be63729e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - run: npm run build-language-server - run: npm run build-monaco id: test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ failure() && steps.test.conclusion == 'failure' }} with: name: test-results-web @@ -69,7 +69,7 @@ jobs: - run: npm run build-csharp - run: npm run test-csharp id: test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ failure() && steps.test.conclusion == 'failure' }} with: name: test-results-csharp @@ -99,7 +99,7 @@ jobs: - run: npm run build-kotlin - run: npm run test-kotlin id: test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ failure() && steps.test.conclusion == 'failure' }} with: name: test-results-kotlin