Skip to content

Commit

Permalink
feat(workflow): Bump checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Jan 31, 2025
1 parent 5d26369 commit ba709d5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ jobs:
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
bindings: geode-sdk/bindings
bindings-ref: main
combine: true
target: ${{ matrix.config.target }}

build-args: '--parallel 16'

package:
name: Package builds
runs-on: ubuntu-latest
Expand All @@ -49,7 +48,7 @@ jobs:
- uses: geode-sdk/build-geode-mod/combine@main
id: build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Build Output
path: ${{ steps.build.outputs.build-output }}

0 comments on commit ba709d5

Please sign in to comment.