This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 4123d14a0319c383d40f76272dae98175710aeeb Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com> AuthorDate: Fri Jan 19 14:06:17 2024 +0100 chore(ci): upgrade upload-artifact action --- .github/actions/e2e-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-build/action.yml b/.github/actions/e2e-build/action.yml index a5a976ff5..315021a9d 100644 --- a/.github/actions/e2e-build/action.yml +++ b/.github/actions/e2e-build/action.yml @@ -40,7 +40,7 @@ runs: grep -o -P '(?<=\(statements\))(.+)(?=%)' coverage.out | xargs > ./pr/coverage echo ${{ github.event.number }} > ./pr/id - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: pr path: pr/ \ No newline at end of file