Skip to content

Commit bf4482d

Browse files
Bump actions/upload-artifact from 4 to 5 (#1705)
1 parent 797a484 commit bf4482d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ matrix.java-version == env.jdk_for_downstream && matrix.runs-on == env.os_for_downstream}}
5858
run: cd datafaker_gen && ./mvnw clean install -Ddatafaker.version=${{ steps.version-extract.outputs.release_version }} -DskipBigQueryIntegrationTests=true
5959
- name: 'Upload test results'
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
if: always()
6262
with:
6363
name: test-report-${{matrix.runs-on}}-${{matrix.java-version}}

0 commit comments

Comments
 (0)