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.git
The following commit(s) were added to refs/heads/main by this push:
new 06b39369fc8 chore(deps): Bump actions/upload-artifact from 4.4.0 to
4.4.1 (#15872)
06b39369fc8 is described below
commit 06b39369fc8b87005fcc35500b03408a9ab4214f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 8 09:56:16 2024 +0200
chore(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#15872)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...604373da6381bf24206979c74d06a550515601b9)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/alternative-os-build-main.yml | 2 +-
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/pr-build-camel-3.yml | 4 ++--
.github/workflows/pr-build-camel-40x.yml | 2 +-
.github/workflows/pr-build-main.yml | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/alternative-os-build-main.yml
b/.github/workflows/alternative-os-build-main.yml
index 281a72acccd..0c0bb42d7a0 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -48,7 +48,7 @@ jobs:
- name: mvn build ${{ matrix.os }}
run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log
-D'maven.wagon.http.pool=false'
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress
-Dquickly install
- name: Archive logs ${{ matrix.os }}
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
# v4.4.1
if: always()
with:
name: build-${{ matrix.os }}
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index 1bcb0f9e9c1..7c530018d52 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -50,7 +50,7 @@ jobs:
- name: mvn build and sbom generation
run: ./mvnw -B -l build.log -Psbom -Dquickly verify
- name: archive logs
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
# v4.4.1
if: always()
with:
name: build.log
diff --git a/.github/workflows/pr-build-camel-3.yml
b/.github/workflows/pr-build-camel-3.yml
index 6c248dc00ca..6d933256b6c 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -50,7 +50,7 @@ jobs:
- name: mvn checkstyle
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log
$MVND_OPTS -e checkstyle:checkstyle
- name: archive logs
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #
v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 #
v4.4.1
if: always()
with:
name: checkstyle.log
@@ -90,7 +90,7 @@ jobs:
- name: maven build
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log
$MVND_OPTS -Pfastinstall -DskipTests install
- name: archive logs
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
# v4.4.1
if: always()
with:
name: build.log
diff --git a/.github/workflows/pr-build-camel-40x.yml
b/.github/workflows/pr-build-camel-40x.yml
index c23b504c3a9..e91939cb094 100644
--- a/.github/workflows/pr-build-camel-40x.yml
+++ b/.github/workflows/pr-build-camel-40x.yml
@@ -58,7 +58,7 @@ jobs:
- name: maven build
run: ./mvnw -l build.log -Dquickly install
- name: archive logs
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
# v4.4.1
if: always()
with:
name: build.log
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index 87c24f90883..082f93d25e8 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -65,7 +65,7 @@ jobs:
- name: maven build
run: ./etc/scripts/regen.sh
- name: archive logs
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
# v4.4.1
if: always()
with:
name: build-${{ matrix.java }}.log