Step down a version as the forgejo runner is too old
This commit is contained in:
parent
54387a4d09
commit
5073940080
1 changed files with 2 additions and 2 deletions
4
.github/workflows/scad.yml
vendored
4
.github/workflows/scad.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- Seal
|
- Seal
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
- name: Render
|
- name: Render
|
||||||
run: |
|
run: |
|
||||||
docker run \
|
docker run \
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
-o /workspace/${{ matrix.part }}.stl \
|
-o /workspace/${{ matrix.part }}.stl \
|
||||||
/workspace/smokebox.scad
|
/workspace/smokebox.scad
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: smokebox-${{ matrix.part }}.stl
|
name: smokebox-${{ matrix.part }}.stl
|
||||||
path: ${{ github.workspace }}/${{ matrix.part }}.stl
|
path: ${{ github.workspace }}/${{ matrix.part }}.stl
|
||||||
|
|
Loading…
Reference in a new issue