diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a752a323..333d4cd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: output: 'both' - name: Upload code coverage results artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: code-coverage-results @@ -57,7 +57,7 @@ jobs: run: echo $PR_NUMBER > pr-number.txt - name: Upload the PR number - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: github.event_name == 'pull_request' && (success() || failure()) with: name: pr-number