Skip to content

Commit

Permalink
ci: bump versions of actions for upload/download artifacts to the latest
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Jan 31, 2025
1 parent 1634f14 commit c499aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload data for build-and-test
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: test-data
path: tests/data
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
ros-${ROS_DISTRO}-radar-msgs unzip tree
- name: Download test data
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
with:
name: test-data
path: tests/data
Expand Down

0 comments on commit c499aa9

Please sign in to comment.