Skip to content

Commit b1e448e

Browse files
Bump the alldependencies group across 1 directory with 2 updates
Bumps the alldependencies group with 2 updates in the / directory: [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `danielpalme/ReportGenerator-GitHub-Action` from 5.3.11 to 5.4.4 - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.3.11...5.4.4) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.0) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 362cf46 commit b1e448e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
dotnet-version: 6.x
2828
dotnet-quality: 'ga'
2929
- name: ReportGenerator
30-
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11
30+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.9
3131
with:
3232
reports: cwms-aaa-client/build/reports/jacoco/test/jacocoTestReport.xml;cwms-http-client/build/reports/jacoco/test/jacocoTestReport.xml;cwms-data-api-client/build/reports/jacoco/test/jacocoTestReport.xml
3333
targetdir: .github/coveragereport
3434
reporttypes: Html;MarkdownSummaryGithub;Badges
3535
- name: Upload coverage report artifact
36-
uses: actions/upload-artifact@v4.4.3
36+
uses: actions/upload-artifact@v4.6.2
3737
with:
3838
name: CoverageReport # Artifact name
3939
path: .github/coveragereport # Directory containing files to upload

0 commit comments

Comments
 (0)