We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea1934 commit df4be57Copy full SHA for df4be57
.github/workflows/appimage.yml
@@ -8,11 +8,11 @@ on:
8
jobs:
9
build-appimage:
10
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
12
13
steps:
14
- name: Checkout repository and submodules
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
with:
17
submodules: recursive
18
path: ./pprzgcs
@@ -48,7 +48,7 @@ jobs:
48
UPDATE_INFO: gh-releases-zsync|Fabien-B|PprzGCS|latest|*x86_64.AppImage.zsync
49
50
recipe: pprzgcs/appimage-amd64.yml
51
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
52
53
name: AppImage_${{ env.PPRZGCS_VERSION }}
54
path: './*.AppImage*'
0 commit comments