diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 9625fc3..64e7e38 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -98,7 +98,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 + uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 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 e8ab100..16d7368 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -133,14 +133,14 @@ jobs: - name: archive reports if: success() || failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: reports path: reports/**/* - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 + uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 with: check_name: junit reports report_paths: reports/junit/*.xml