Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit efaa9ca

Browse files
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](actions/upload-artifact@bbbca2d...043fb46) --- 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] <support@github.com>
1 parent 7de09bf commit efaa9ca

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/main.linux.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/main.linux.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/main.windows.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/main.windows.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/pr.linux.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/pr.linux.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/pr.windows.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

.github/workflows/pr.windows.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn --batch-mode --strict-checksums --errors clean verify site
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5151
if: always()
5252
with:
5353
name: test-logs

0 commit comments

Comments
 (0)