ci: Update actions/checkout and actions/upload-artifact

This commit is contained in:
Joel16 2022-07-30 17:38:17 -04:00
parent 91cd7d3d0c
commit 8163a92c98

View File

@ -13,12 +13,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with:
submodules: recursive
- name: Build - name: Build
run: make run: make
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: NX-Shell.nro name: NX-Shell.nro
path: NX-Shell.nro path: NX-Shell.nro