Skip to content

Commit fea73f4

Browse files
Remove depracated GitHub actions
1 parent 5ad8e4e commit fea73f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bash ./generate-ui.sh
4343
4444
- name: Archive artifacts
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: autogenerated_files
4848
path: robot_log_visualizer/ui/autogenerated

.github/workflows/pypi-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: python -m build --sdist --wheel --outdir dist/ .
4141

4242
- name: Archive artifacts
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: dist
4646
path: dist

0 commit comments

Comments
 (0)