Skip to content

Commit

Permalink
Switch upload and download artifacts to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 30, 2022
1 parent 8cf361d commit d09ed25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cp scripts/removePathsFromUserEnvVariables-vcpkg.ps1 /c/robotology/scripts
cp scripts/removePathsFromUserEnvVariables-deps.ps1 /c/robotology/scripts
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: vcpkg-robotology-yarp-deps-only
path: C:/robotology
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: vcpkg-robotology-yarp-deps-only
path: C:/robotology
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
rm -rf /c/robotology/vcpkg/installed/x64-windows/bin/*.pdb
rm -rf /c/robotology/vcpkg/installed/x64-windows/debug/bin/*.pdb
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: vcpkg-robotology
path: C:/robotology
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: vcpkg-robotology
path: C:/robotology
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
rm -rf /c/robotology/vcpkg/installed/x64-windows/bin/*.pdb
rm -rf /c/robotology/vcpkg/installed/x64-windows/debug/bin/*.pdb
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: vcpkg-robotology-with-gazebo-deps
path: C:/robotology
Expand All @@ -212,7 +212,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: vcpkg-robotology-with-gazebo-deps
path: C:/robotology
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Upload logs on failures
if: ${{ failure() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: gazebo-colcon-logs
path: C:/robotology/gazebo/log
Expand Down

0 comments on commit d09ed25

Please sign in to comment.