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
|
||||
steps:
|
||||
- name: Setup
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
- name: Render
|
||||
run: |
|
||||
docker run \
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
-o /workspace/${{ matrix.part }}.stl \
|
||||
/workspace/smokebox.scad
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: smokebox-${{ matrix.part }}.stl
|
||||
path: ${{ github.workspace }}/${{ matrix.part }}.stl
|
||||
|
|
Loading…
Reference in a new issue