Skip to content

Commit 1ba5f34

Browse files
Bump actions/upload-artifact from 4 to 5 (#291)
1 parent 2c4a279 commit 1ba5f34

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
@@ -42,14 +42,14 @@ jobs:
4242
uses: ros-industrial/industrial_ci@master
4343
env: ${{ matrix.env }}
4444
- name: Upload test artifacts (on failure)
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
4747
with:
4848
name: test-results-${{ matrix.env.NAME }}
4949
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
5050
overwrite: true
5151
- name: Upload log artifacts (on failure)
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
if: failure()
5454
with:
5555
name: logs-${{ matrix.env.NAME }}

0 commit comments

Comments
 (0)