We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad8e4e commit fea73f4Copy full SHA for fea73f4
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
bash ./generate-ui.sh
43
44
- name: Archive artifacts
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
46
with:
47
name: autogenerated_files
48
path: robot_log_visualizer/ui/autogenerated
.github/workflows/pypi-ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: python -m build --sdist --wheel --outdir dist/ .
41
name: dist
path: dist
0 commit comments