Fix header only download failure #164
Annotations
38 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v3, actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/main.rs#L24
unexpected `cfg` condition name: `benchmark`
|
src/network/agent.rs#L10
unused imports: `bail` and `eyre`
|
src/network/agent.rs#L14
unused import: `reqwest::StatusCode`
|
src/commands/package/create.rs#L57
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/commands/package/edit_extra.rs#L150
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/models/package.rs#L260
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/models/toolchain.rs#L73
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/models/toolchain.rs#L77
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/models/toolchain.rs#L85
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/utils/cmake.rs#L83
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/main.rs#L24
unexpected `cfg` condition name: `benchmark`
|
src/network/agent.rs#L10
unused imports: `bail` and `eyre`
|
src/network/agent.rs#L14
unused import: `reqwest::StatusCode`
|
src/commands/package/create.rs#L57
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/commands/package/edit_extra.rs#L150
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/models/package.rs#L260
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/models/toolchain.rs#L73
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/models/toolchain.rs#L77
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/models/toolchain.rs#L85
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/utils/cmake.rs#L83
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/main.rs#L24
unexpected `cfg` condition name: `benchmark`
|
src/network/agent.rs#L10
unused imports: `bail` and `eyre`
|
src/network/agent.rs#L14
unused import: `reqwest::StatusCode`
|
src/commands/package/create.rs#L57
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/commands/package/edit_extra.rs#L150
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/models/package.rs#L260
use of deprecated field `qpm_package::models::extra::AdditionalPackageMetadata::static_linking`: Use static_link instead
|
src/models/toolchain.rs#L73
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/models/toolchain.rs#L77
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/models/toolchain.rs#L85
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
src/utils/cmake.rs#L83
use of deprecated field `qpm_package::models::extra::CompileOptions::cpp_features`: Unused and exclusive to CMake
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux-qpm", "macos-qpm", "qpm-installer.exe", "qpm-universal", "windows-qpm.exe".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading