Skip to content

Commit 0a0f261

Browse files
Bump actions/upload-artifact from 5 to 6 (#299)
1 parent 2953822 commit 0a0f261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
uses: ros-industrial/industrial_ci@master
4747
env: ${{ matrix.env }}
4848
- name: Upload test artifacts (on failure)
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
5151
with:
5252
name: test-results-${{ matrix.env.NAME }}
5353
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
5454
overwrite: true
5555
- name: Upload log artifacts (on failure)
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
if: failure()
5858
with:
5959
name: logs-${{ matrix.env.NAME }}

0 commit comments

Comments
 (0)