ci: Use release-only versions of every triplet #334
Annotations
1 error and 12 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
gui/qt/debugger/disasm.cpp#L111
comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
|
gui/qt/debugger.cpp#L2173
‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
|
gui/qt/keypad/keypadwidget.cpp#L413
‘QPointF QMouseEvent::localPos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
|
gui/qt/keypad/keypadwidget.cpp#L436
‘QPointF QEventPoint::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
|
gui/qt/lcdwidget.cpp#L102
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/lcdwidget.cpp#L111
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/lcdwidget.cpp#L116
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/tablewidget.cpp#L13
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/settings.cpp#L666
implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
|
gui/qt/mainwindow.cpp#L495
‘constexpr QKeyCombination operator+(Qt::Modifier, Qt::Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "CEmu_linux_Qt6-Dynamic_master".
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 failed
Loading