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 1010 name : Quality Assurance
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Install dependencies
1515 run : |
1616 sudo apt-get install python3.11 python3.11-dev libgpgme-dev
2626 - name : Install dependencies
2727 run : |
2828 sudo apt-get install -y rpm wget git build-essential swig file
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - name : Build AppImage
3131 run : |
3232 git config --global --add safe.directory '*'
3737 # see https://github.com/conda/conda/issues/12250
3838 ./appimagecraft-x86_64.AppImage -d /tmp/build
3939 - name : Archive artifacts
40- uses : actions/upload-artifact@v2
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : AppImage
4343 path : linuxdeploy-plugin-native_packages*.AppImage*
5252 - build-appimage
5353 steps :
5454 - name : Download artifacts
55- uses : actions/download-artifact@v2
55+ uses : actions/download-artifact@v4
5656 - name : Inspect directory after downloading artifacts
5757 run : ls -alFR
5858 - name : Create release and upload artifacts
You can’t perform that action at this time.
0 commit comments