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 d6bf15ff81e chore(deps): Bump actions/upload-artifact from 4.3.6 to
4.4.0 (#15386)
d6bf15ff81e is described below
commit d6bf15ff81e7c9c06e78b52294b3746b0cfe2532
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 08:47:55 2024 +0200
chore(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#15386)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 bb2c092f4ca..0ee11252ce6 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@834a144ee995460fba8ed112a2fc961b36a5ec5a
# v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
if: always()
with:
name: build-${{ matrix.os }}
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index 0a2e8b379d8..cb272197666 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@834a144ee995460fba8ed112a2fc961b36a5ec5a
# v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
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 b1cdccc50a1..10f36ab0d59 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@834a144ee995460fba8ed112a2fc961b36a5ec5a #
v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #
v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a
# v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
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 27108672c08..961595cbb4b 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@834a144ee995460fba8ed112a2fc961b36a5ec5a
# v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
if: always()
with:
name: build.log
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index ea461629d2a..91ace2f797b 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@834a144ee995460fba8ed112a2fc961b36a5ec5a
# v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
# v4.4.0
if: always()
with:
name: build-${{ matrix.java }}.log