File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
ARCH : ${{ matrix.ARCH }}
22
22
APPIMAGE_EXTRACT_AND_RUN : 1
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
submodules : recursive
27
27
- name : Set up QEMU integration for Docker
28
28
run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
29
29
- name : Run build in Docker
30
30
run : bash -euxo pipefail ci/build-in-docker.sh
31
31
- name : Archive artifacts
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : AppImage ${{ matrix.ARCH }}
35
35
path : linuxdeploy-plugin-appimage*.AppImage*
41
41
runs-on : ubuntu-20.04
42
42
steps :
43
43
- name : Download artifacts
44
- uses : actions/download-artifact@v2
44
+ uses : actions/download-artifact@v4
45
45
- name : Inspect directory after downloading artifacts
46
46
run : ls -alFR
47
47
- name : Create release and upload artifacts
You can’t perform that action at this time.
0 commit comments