Skip to content

Commit df4be57

Browse files
Fabien-BFabien-B
authored andcommitted
Appimage build on 22.04
1 parent 4ea1934 commit df4be57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/appimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
jobs:
99
build-appimage:
1010

11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Checkout repository and submodules
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
submodules: recursive
1818
path: ./pprzgcs
@@ -48,7 +48,7 @@ jobs:
4848
UPDATE_INFO: gh-releases-zsync|Fabien-B|PprzGCS|latest|*x86_64.AppImage.zsync
4949
with:
5050
recipe: pprzgcs/appimage-amd64.yml
51-
- uses: actions/upload-artifact@v2
51+
- uses: actions/upload-artifact@v4
5252
with:
5353
name: AppImage_${{ env.PPRZGCS_VERSION }}
5454
path: './*.AppImage*'

0 commit comments

Comments
 (0)