ci: Update github actions versions yet again

This commit is contained in:
arch1t3cht 2024-05-20 14:29:18 +02:00
parent a89158b5c2
commit 246dbd7670
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}