From 850c007f22ce3f87f389ced96c6c4fce66b481cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:21:07 +0000 Subject: [PATCH] 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](https://github.com/mikepenz/action-junit-report/compare/3585e9575db828022551b4231f165eb59a0e74e3...e08919a3b1fb83a78393dfb775a9c37f17d8eea6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/merge-develop.yml | 2 +- .github/workflows/pull-request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 0402306..8f45e58 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -82,7 +82,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 + uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 with: check_name: junit reports report_paths: reports/junit/*.xml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f4ce548..ff1032f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -175,14 +175,14 @@ jobs: - name: archive reports if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: reports path: reports/**/* - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 + uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 with: check_name: junit reports report_paths: reports/junit/*.xml