Skip to content

Commit

Permalink
Remove depracated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Sep 26, 2024
1 parent 5ad8e4e commit fea73f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
bash ./generate-ui.sh
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: autogenerated_files
path: robot_log_visualizer/ui/autogenerated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/ .

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit fea73f4

Please sign in to comment.