Skip to content

Commit 69df1c1

Browse files
committed
actions version update
1 parent 6510a1d commit 69df1c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
make dist-ref
5555
5656
- name: Upload outputs
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: kicad-makefile-output
6060
path: output
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download outputs
69-
uses: actions/download-artifact@v3
69+
uses: actions/download-artifact@v4
7070
with:
7171
name: kicad-makefile-output
7272
path: output

.github/workflows/review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: make pdf
4343

4444
- name: Upload outputs
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: ${{ env.PROJECT_NAME }}-review
4848
path: |

0 commit comments

Comments
 (0)