Skip to content

Commit

Permalink
Bump actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Sep 12, 2024
1 parent cc859a9 commit cb52a80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
import-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ros_ws/log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
vcs-repo-file-url: "${{ github.workspace }}/iron.repos"

- name: Upload Logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ros_ws/log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
vcs-repo-file-url: "${{ github.workspace }}/iron.repos"

- name: Upload Logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ros_ws/log
Expand Down

0 comments on commit cb52a80

Please sign in to comment.