diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5385e4..581bec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/pypi-ci.yml b/.github/workflows/pypi-ci.yml index 24470b4..23f4819 100644 --- a/.github/workflows/pypi-ci.yml +++ b/.github/workflows/pypi-ci.yml @@ -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