Skip to content

Commit 246dbd7

Browse files
committed
ci: Update github actions versions yet again
1 parent a89158b commit 246dbd7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676
}
7777

7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
with:
8181
fetch-depth: '0'
8282

83-
- uses: actions/setup-python@v4
83+
- uses: actions/setup-python@v5
8484
with:
8585
python-version: '3.x'
8686

@@ -200,7 +200,7 @@ jobs:
200200
./appimagetool appdir
201201
202202
- name: Upload artifacts - Linux AppImage
203-
uses: actions/upload-artifact@v3
203+
uses: actions/upload-artifact@v4
204204
if: matrix.config.appimage
205205
with:
206206
name: ${{ matrix.config.name }}

0 commit comments

Comments
 (0)