Skip to content

Commit 974c925

Browse files
Bump actions/upload-artifact from 4 to 7 (#4315)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d0a03e commit 974c925

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci-doctor.lock.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
./gradlew ${{matrix.gradle-argument}} --info --stacktrace
4747
fi
4848
- name: Upload Coverage XML Report
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v7
5050
if: always() && matrix.label == 'java25'
5151
with:
5252
name: coverage-report
@@ -94,7 +94,7 @@ jobs:
9494
> "/tmp/test-stats/${{ matrix.label }}.json"
9595
- name: Upload Test Stats
9696
if: always() && matrix.label != 'check'
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: test-stats-${{ matrix.label }}
100100
path: /tmp/test-stats/${{ matrix.label }}.json

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
./gradlew ${{matrix.gradle-argument}} --info --stacktrace
5555
fi
5656
- name: Upload Coverage HTML Report
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v7
5858
if: always() && matrix.label == 'java25'
5959
with:
6060
name: jacoco-html-report
6161
path: build/reports/jacoco/test/html/
6262
retention-days: 14
6363
- name: Upload Coverage XML Report
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v7
6565
if: always() && matrix.label == 'java25'
6666
with:
6767
name: coverage-report
@@ -109,7 +109,7 @@ jobs:
109109
> "/tmp/test-stats/${{ matrix.label }}.json"
110110
- name: Upload Test Stats
111111
if: always() && matrix.label != 'check'
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: test-stats-${{ matrix.label }}
115115
path: /tmp/test-stats/${{ matrix.label }}.json

0 commit comments

Comments
 (0)