Bump actions versions
This commit is contained in:
parent
597ffd8f65
commit
cd2d65c157
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout the repository (shallow clone)
|
# Checkout the repository (shallow clone)
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
|
|
||||||
# Upload map files
|
# Upload map files
|
||||||
- name: Upload map
|
- name: Upload map
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.version }}_maps
|
name: ${{ matrix.version }}_maps
|
||||||
path: build/${{ matrix.version }}/**/*.MAP
|
path: build/${{ matrix.version }}/**/*.MAP
|
||||||
|
|
Loading…
Reference in New Issue