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 2953822 commit 0a0f261Copy full SHA for 0a0f261
.github/workflows/ci.yaml
@@ -46,14 +46,14 @@ jobs:
46
uses: ros-industrial/industrial_ci@master
47
env: ${{ matrix.env }}
48
- name: Upload test artifacts (on failure)
49
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
50
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
51
with:
52
name: test-results-${{ matrix.env.NAME }}
53
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
54
overwrite: true
55
- name: Upload log artifacts (on failure)
56
57
if: failure()
58
59
name: logs-${{ matrix.env.NAME }}
0 commit comments