This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 389b732d Upgrade actions
389b732d is described below

commit 389b732d692178d4e311284ac253ff707b35e162
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Sep 26 14:44:49 2024 -0400

    Upgrade actions
---
 .github/workflows/vscode.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml
index 10bbd2a3..6c085bdd 100644
--- a/.github/workflows/vscode.yml
+++ b/.github/workflows/vscode.yml
@@ -63,7 +63,7 @@ jobs:
         run: vsce package
 
       - name: Karavan VS Code extension (upload)
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: camel-karavan-vscode.vsix
           path: ./karavan-vscode/*.vsix

Reply via email to