diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 663af8ff2690..83be5dd82587 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: make ci env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: coverage path: coverage.html