Skip to content

Commit

Permalink
Merge branch 'software' of https://github.com/Schildkroet/GRBL-Advanced
Browse files Browse the repository at this point in the history
… into software
  • Loading branch information
Schildkroet committed Mar 18, 2024
2 parents 7d4ad4c + 4b0b5f9 commit 4c96a29
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 @@ -13,13 +13,13 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Cache
id: cache-1
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: cache
key: ${{ runner.os }}-cache-1
Expand All @@ -39,7 +39,7 @@ jobs:
run: make

- name: Upload compiled binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: GRBL-Advanced
path: |
Expand Down

0 comments on commit 4c96a29

Please sign in to comment.