Skip to content

Commit

Permalink
upgrade github actions to use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Jan 29, 2024
1 parent 233a17c commit e2b996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Get toolchain
run: git clone https://github.com/devbis/tc32.git -b linux --depth 1 ${{ env.TOOLCHAIN_DIR }}
Expand All @@ -42,7 +42,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.lywsd03mmc.outputs.status == 'success' && !cancelled()
with:
# Artifact name
Expand Down

0 comments on commit e2b996a

Please sign in to comment.