File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
UPDATE : 1
42
42
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
with :
46
46
submodules : recursive
47
47
@@ -52,10 +52,10 @@ jobs:
52
52
run : bash ci/build-in-docker.sh
53
53
54
54
- name : Archive artifacts
55
- uses : actions/upload-artifact@v2
55
+ uses : actions/upload-artifact@v4
56
56
if : matrix.BUILD_TYPE != 'coverage'
57
57
with :
58
- name : AppImage
58
+ name : AppImage ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME}}
59
59
path : linuxdeploy*.AppImage*
60
60
61
61
upload :
65
65
runs-on : ubuntu-20.04
66
66
steps :
67
67
- name : Download artifacts
68
- uses : actions/download-artifact@v3
68
+ uses : actions/download-artifact@v4
69
69
- name : Inspect directory after downloading artifacts
70
70
run : ls -alFR
71
71
- name : Create release and upload artifacts
You can’t perform that action at this time.
0 commit comments