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.git
The following commit(s) were added to refs/heads/main by this push:
new 775c7ef98fb7 fix(ci): proper action version
775c7ef98fb7 is described below
commit 775c7ef98fb7b77f7d9f2e63d7091b72a3f9f355
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Feb 18 11:12:42 2026 +0100
fix(ci): proper action version
---
.github/actions/pr-id/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/pr-id/action.yml b/.github/actions/pr-id/action.yml
index d3fc33246d97..25f9cf1bf5ad 100644
--- a/.github/actions/pr-id/action.yml
+++ b/.github/actions/pr-id/action.yml
@@ -36,7 +36,7 @@ runs:
run: |
echo ${{ github.event.number }} > /tmp/${{ inputs.artifact-name }}/id
- - uses: actions/upload-artifact@v7
+ - uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request'
with:
name: ${{ inputs.artifact-name }}