Skip to content

Commit 37865ac

Browse files
Bump actions/upload-artifact in the workflow-actions group
Bumps the workflow-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25256a1 commit 37865ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
119119
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
120120
- name: Upload reports (if build failed)
121-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
122122
if: failure()
123123
with:
124124
name: reports-examples-${{ matrix.db }}
@@ -168,7 +168,7 @@ jobs:
168168
- name: Build and Test with ${{ matrix.db }}
169169
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
170170
- name: Upload reports (if build failed)
171-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
171+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
172172
if: failure()
173173
with:
174174
name: reports-db-${{ matrix.db }}
@@ -294,7 +294,7 @@ jobs:
294294
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
295295
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
296296
- name: Upload reports (if build failed)
297-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
297+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
298298
if: failure()
299299
with:
300300
name: reports-java${{ matrix.java.name }}

0 commit comments

Comments
 (0)