Update upload-artifact to v4. (#1575)
Resolves failures like: https://github.com/microsoft/vcpkg-tool/pull/1568/checks Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
This commit is contained in:
Родитель
89ab1aa09e
Коммит
13451b9168
|
@ -65,7 +65,7 @@ jobs:
|
|||
exit 1
|
||||
}
|
||||
- name: 'Publish Format and Messages File Diff'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure() && steps.diff.outcome == 'failure'
|
||||
with:
|
||||
name: format.patch
|
||||
|
|
Загрузка…
Ссылка в новой задаче