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

Commit e878488

Browse files
committed
Update workflows.
1 parent e59b2c8 commit e878488

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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
5151
if: always()
5252
with:
5353
name: test-logs

0 commit comments

Comments
 (0)