Update CI actions versions
This commit is contained in:
parent
3fedc88641
commit
6d83aa9101
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -63,11 +63,11 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
@ -126,14 +126,14 @@ jobs:
|
||||||
run: cd build && ninja win-portable
|
run: cd build && ninja win-portable
|
||||||
|
|
||||||
- name: Upload artifacts - win_installer
|
- name: Upload artifacts - win_installer
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: matrix.config.os == 'windows-latest'
|
if: matrix.config.os == 'windows-latest'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.config.name }} - installer
|
name: ${{ matrix.config.name }} - installer
|
||||||
path: build/Aegisub-*.exe
|
path: build/Aegisub-*.exe
|
||||||
|
|
||||||
- name: Upload artifacts - portable.zip
|
- name: Upload artifacts - portable.zip
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: matrix.config.os == 'windows-latest'
|
if: matrix.config.os == 'windows-latest'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.config.name }} - portable
|
name: ${{ matrix.config.name }} - portable
|
||||||
|
@ -147,7 +147,7 @@ jobs:
|
||||||
meson compile osx-build-dmg -C build
|
meson compile osx-build-dmg -C build
|
||||||
|
|
||||||
- name: Upload artifacts - macOS dmg
|
- name: Upload artifacts - macOS dmg
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: matrix.config.os == 'macos-latest'
|
if: matrix.config.os == 'macos-latest'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.config.name }} - installer
|
name: ${{ matrix.config.name }} - installer
|
||||||
|
|
Loading…
Reference in a new issue