mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-26 01:29:55 +00:00
bump github actions
This commit is contained in:
parent
3ab26264f6
commit
42347e4d40
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: make
|
||||
|
4
.github/workflows/msys2.yml
vendored
4
.github/workflows/msys2.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
matrix:
|
||||
msys: [MSYS, MINGW32, MINGW64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
@ -26,7 +26,7 @@ jobs:
|
||||
run: msys2 -c 'make'
|
||||
|
||||
- name: Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: binaries - ${{ matrix.msys }}
|
||||
path: "*.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user