Skip to content

Commit f26c126

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fe3aec commit f26c126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
mkdir -p ursim_logs/flightreports
9191
docker cp ursim:/ursim/flightreports/. ursim_logs/flightreports/
9292
- name: Upload logfiles
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
if: always() && matrix.env.URSIM_VERSION != '10.7.0'
9595
with:
9696
name: ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_URSim_Logs
9797
path: ursim_logs
9898
if-no-files-found: error
9999
retention-days: 10
100100
- name: Upload test artifacts
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
if: always() && matrix.env.URSIM_VERSION != '10.7.0'
103103
with:
104104
name: ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_test_artifacts

0 commit comments

Comments
 (0)