diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 324c4c5e7b9..f0c4dd99dca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,7 +251,7 @@ jobs: pip3 install 'foundationdb==${{ env.JOSHUA_DB_VER }}' - name: Download the correctness package - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 id: download_correctness with: name: correctness-${{needs.calc_ver.outputs.full_ver}}.tar.gz diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index 23f998e28a8..c194b8cbcb3 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -97,7 +97,7 @@ add_custom_target(docpreview USES_TERMINAL) add_dependencies(docpreview html) -set(tar_file ${CMAKE_BINARY_DIR}/packages/${CMAKE_PROJECT_NAME}-docs-${FDB_VERSION}.tar.gz) +set(tar_file ${CMAKE_BINARY_DIR}/packages/${CMAKE_PROJECT_NAME}-docs-${FDB_VERSION}.tgz) add_custom_command( OUTPUT ${tar_file} COMMAND ${CMAKE_COMMAND} -E tar czf ${tar_file} .