This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 04b843d0 Bump actions/upload-artifact from 1 to 3 (#1758)
04b843d0 is described below
commit 04b843d0e90d5666b32c60b6cf508673540f9bf7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 29 11:01:21 2023 +0100
Bump actions/upload-artifact from 1 to 3 (#1758)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 8ada29ee..27b8f3cc 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -63,7 +63,7 @@ jobs:
shell: bash
run: tar -czf maven-repo-${{ github.run_id }}-${{ github.run_number
}}.tgz -C ~ .m2/repository
- name: Persist Maven Repo
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
with:
name: maven-repo-${{ github.run_id }}-${{ github.run_number }}
path: maven-repo-${{ github.run_id }}-${{ github.run_number }}.tgz