You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/23 15:05:56 UTC

(camel-k) 02/06: chore(ci): upgrade upload-artifact action

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 <ga...@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