diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 3b020f995e8b6..abadb16cea458 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -133,12 +133,12 @@ jobs: - name: Run all unit tests run: make test-local - name: Generate code coverage artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: code-coverage path: coverage.out - name: Generate test results artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-results path: test-results/ @@ -196,7 +196,7 @@ jobs: - name: Run all unit tests run: make test-race-local - name: Generate test results artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: race-results path: test-results/ @@ -441,7 +441,7 @@ jobs: set -x make test-e2e-local - name: Upload e2e-server logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: e2e-server-k8s${{ matrix.k3s-version }}.log path: /tmp/e2e-server.log