Skip to content

Commit 7f25273

Browse files
authored
Update gen_controls.yml
1 parent 8e432fe commit 7f25273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gen_controls.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run: |
3232
python scripts/gen_controls.py
3333
- name: Upload Controls PDF 1
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: 1_buttons-pdf
3737
path: scripts/1_buttons.pdf
3838
- name: Upload Controls PDF 2
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: 2_buttons-pdf
42-
path: scripts/2_buttons.pdf
42+
path: scripts/2_buttons.pdf

0 commit comments

Comments
 (0)