mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
ci: Bump even more action versions
This commit is contained in:
parent
7475425dcb
commit
b7af9bd0d3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -154,7 +154,7 @@ jobs:
|
||||
run: cd build && ninja win-portable
|
||||
|
||||
- name: Upload artifacts - win_installer
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - installer
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload artifacts - portable.zip
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - portable
|
||||
@ -176,7 +176,7 @@ jobs:
|
||||
meson compile osx-build-dmg -C build
|
||||
|
||||
- name: Upload artifacts - macOS dmg
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: startsWith(matrix.config.os, 'macos-')
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user