software
Patrick Felixberger 2024-03-19 00:00:50 +01:00
commit 4c96a29ab5
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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
@ -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: |