mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
ci: Update github actions versions yet again
This commit is contained in:
parent
a89158b5c2
commit
246dbd7670
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -76,11 +76,11 @@ jobs:
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
@ -200,7 +200,7 @@ jobs:
|
||||
./appimagetool appdir
|
||||
|
||||
- name: Upload artifacts - Linux AppImage
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.config.appimage
|
||||
with:
|
||||
name: ${{ matrix.config.name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user