GitHub actions: Update version of actions/upload-artifact task (#10349)
GitHub actions is complaining that we are using an old, deprecated version of the `actions/upload-artifact` task.
This commit is contained in:
Родитель
ae193e0202
Коммит
e286e15ed7
|
@ -86,7 +86,7 @@ jobs:
|
||||||
sudo env "PATH=$PATH" make go-test-coverage
|
sudo env "PATH=$PATH" make go-test-coverage
|
||||||
|
|
||||||
- name: Upload test coverage
|
- name: Upload test coverage
|
||||||
uses: actions/upload-artifact@v2.1.4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TestCoverage
|
name: TestCoverage
|
||||||
path: toolkit/out/tools/test_coverage_report.html
|
path: toolkit/out/tools/test_coverage_report.html
|
||||||
|
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: linted_specs
|
name: linted_specs
|
||||||
|
|
Загрузка…
Ссылка в новой задаче