diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f13ed0ad..90b99daff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release --parallel 2 - name: Upload results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build_wrapper_results path: ${{ env.BUILD_WRAPPER_OUT_DIR }}