Skip to content

Commit

Permalink
Matched upload/download-artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 4, 2024
1 parent 4e1da38 commit 2beb86a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test_subdir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: 'true'

- name: Store submodule
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Submodule
path: test_subdir/lib
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2

- name: Get submodule
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: Submodule
path: test_subdir/lib
Expand All @@ -52,7 +52,7 @@ jobs:
make -C test_subdir/ erc
- name: Retrieve results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ERC_Output
path: test_subdir/Fabrication
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v2

- name: Get submodule
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: Submodule
path: test_subdir/lib
Expand All @@ -76,7 +76,7 @@ jobs:
make -C test_subdir/ drc
- name: Retrieve results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: DRC_Output
path: test_subdir/Fabrication
Expand All @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v2

- name: Get submodule
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: Submodule
path: test_subdir/lib
Expand All @@ -101,7 +101,7 @@ jobs:
make -C test_subdir/ sch_fab
- name: Retrieve results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: FabSch_Output
path: test_subdir/Fabrication
Expand All @@ -116,7 +116,7 @@ jobs:
- uses: actions/checkout@v2

- name: Get submodule
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: Submodule
path: test_subdir/lib
Expand All @@ -126,7 +126,7 @@ jobs:
make -C test_subdir/ pcb_fab
- name: Retrieve results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: FabPCB_Output
path: test_subdir/Fabrication
Expand Down

0 comments on commit 2beb86a

Please sign in to comment.