diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b1f2e328a..eda9d4f1a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: - name: Test run: make test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: unitTest-coverage path: cover.out @@ -158,7 +158,7 @@ jobs: - name: test-integration run: make test-integration - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: integrationTest-coverage path: cover.out