From bb0249676958a6424817b9ed0fc1032a2fbabe49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:45:19 +0000 Subject: [PATCH] Bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.linux.temurin.current.yml | 2 +- .github/workflows/main.linux.temurin.lts.yml | 2 +- .github/workflows/main.windows.temurin.current.yml | 2 +- .github/workflows/main.windows.temurin.lts.yml | 2 +- .github/workflows/pr.linux.temurin.current.yml | 2 +- .github/workflows/pr.linux.temurin.lts.yml | 2 +- .github/workflows/pr.windows.temurin.current.yml | 2 +- .github/workflows/pr.windows.temurin.lts.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index ec9df3a..71dcdfc 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 3b7f6f2..49dbdc0 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index 897bbe1..ce9ec90 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index eee03fb..288d0b9 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index 8e92d2e..2a00211 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index b6b2eb6..41e5b6a 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index 6be50d6..3a7810b 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index a7a0cd4..5b7f922 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs