Skip to content

Commit

Permalink
update ancient action
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Feb 13, 2024
1 parent 6a46180 commit 228e106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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
Expand All @@ -36,10 +36,10 @@ jobs:
needs: ['build']

steps:
- uses: geode-sdk/build-geode-mod@combine
- 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 228e106

Please sign in to comment.