Skip to content

Commit ed5cc67

Browse files
committed
Update GitHub upload actions
1 parent 8c33cfb commit ed5cc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424

2525
- name: Compile User Guide PDF
2626
run: make
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: X16UsersGuide.pdf
3030
path: x16_user_guide.pdf
3131

3232
- name: Compile Getting Started Guide PDF
3333
run: make getting_started
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: X16GettingStarted.pdf
3737
path: x16_getting_started.pdf

0 commit comments

Comments
 (0)