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 10
10
name : Quality Assurance
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- name : Install dependencies
15
15
run : |
16
16
sudo apt-get install python3.11 python3.11-dev libgpgme-dev
26
26
- name : Install dependencies
27
27
run : |
28
28
sudo apt-get install -y rpm wget git build-essential swig file
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
- name : Build AppImage
31
31
run : |
32
32
git config --global --add safe.directory '*'
37
37
# see https://github.com/conda/conda/issues/12250
38
38
./appimagecraft-x86_64.AppImage -d /tmp/build
39
39
- name : Archive artifacts
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : AppImage
43
43
path : linuxdeploy-plugin-native_packages*.AppImage*
52
52
- build-appimage
53
53
steps :
54
54
- name : Download artifacts
55
- uses : actions/download-artifact@v2
55
+ uses : actions/download-artifact@v4
56
56
- name : Inspect directory after downloading artifacts
57
57
run : ls -alFR
58
58
- name : Create release and upload artifacts
You can’t perform that action at this time.
0 commit comments