Skip to content

Commit

Permalink
.github: use latest actions/upload-artifact instead of disabled version
Browse files Browse the repository at this point in the history
Fixes CI failure.
  • Loading branch information
tpwrules authored and tridge committed Feb 4, 2025
1 parent d71b610 commit afe25f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
tests/test_linux.sh
- name: Archive generated headers
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dsdl_generated
path: dsdl_generated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tests/test_windows.cmd
- name: Archive generated headers
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dsdl_generated
path: dsdl_generated
Expand Down

0 comments on commit afe25f4

Please sign in to comment.