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

Commit 4c79a65

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 371c117 commit 4c79a65

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
@@ -44,7 +44,7 @@ jobs:
4444
run: mvn --batch-mode --strict-checksums --errors clean verify site
4545

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

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

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

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4848
if: always()
4949
with:
5050
name: test-logs

0 commit comments

Comments
 (0)