Skip to content

Commit 850c007

Browse files
build(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `mikepenz/action-junit-report` from 5.6.2 to 6.0.1 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@3585e95...e08919a) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b88b51f commit 850c007

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: publish junit reports
8484
if: success() || failure()
85-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
85+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6
8686
with:
8787
check_name: junit reports
8888
report_paths: reports/junit/*.xml

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ jobs:
175175

176176
- name: archive reports
177177
if: success() || failure()
178-
uses: actions/upload-artifact@v4
178+
uses: actions/upload-artifact@v5
179179
with:
180180
name: reports
181181
path: reports/**/*
182182

183183
- name: publish junit reports
184184
if: success() || failure()
185-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
185+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6
186186
with:
187187
check_name: junit reports
188188
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)