Skip to content

Commit

Permalink
Update Rebel Build Action's GitHub Actions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaOrtner authored Jan 30, 2024
2 parents 00e790a + 8f5dcf7 commit 20d06e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Rebel Build Action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build Rebel
uses: ./
Expand Down
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: composite
steps:
- name: Checkout Rebel Engine
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RebelToolbox/RebelEngine
path: RebelEngine
Expand All @@ -25,7 +25,7 @@ runs:
run: echo "SCONS_CACHE=.scons-cache/" >> $GITHUB_ENV

- name: Setup SCons cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: RebelEngine/${{ env.SCONS_CACHE }}
key: ${{ github.job }}-${{ strategy.job-index }}-${{ github.sha }}
Expand Down Expand Up @@ -67,7 +67,7 @@ runs:
echo "::endgroup::"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact }}
path: RebelEngine/bin/${{ inputs.rebel-executable }}
Expand Down

0 comments on commit 20d06e7

Please sign in to comment.