Skip to content

Commit d4dd0af

Browse files
MESH-2092 Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [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 6.2.0 to 6.3.0 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@74626db...5e05ac0) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f083b4 commit d4dd0af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/merge-develop.yml

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

9999
- name: publish junit reports
100100
if: success() || failure()
101-
uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8
101+
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
102102
with:
103103
check_name: junit reports
104104
report_paths: reports/junit/*.xml

.github/workflows/pull-request.yml

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

134134
- name: archive reports
135135
if: success() || failure()
136-
uses: actions/upload-artifact@v6
136+
uses: actions/upload-artifact@v7
137137
with:
138138
name: reports
139139
path: reports/**/*
140140

141141
- name: publish junit reports
142142
if: success() || failure()
143-
uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8
143+
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
144144
with:
145145
check_name: junit reports
146146
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)