We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e3fd4 commit 4da3dcdCopy full SHA for 4da3dcd
.github/workflows/tests.yml
@@ -88,7 +88,7 @@ jobs:
88
run: echo "CFENGINE_VERSION=$(box echo ${serverInfo.engineName@coldbox-${{ matrix.cfengine }}}@${serverInfo.engineVersion@coldbox-${{ matrix.cfengine }}})" >> $GITHUB_ENV
89
90
- name: Publish Test Reports
91
- uses: mikepenz/action-junit-report@v5.6.2
+ uses: mikepenz/action-junit-report@v6.0.1
92
if: always()
93
with:
94
report_paths: |
0 commit comments