File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : Build (Ubuntu)
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Install dependencies
1818 run : |
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Install dependencies
2424 run : sudo apt install gcc g++ cmake libjpeg-dev libpng-dev libtiff5 libtiff5-dev libboost-test-dev qtbase5-dev libqt5svg5-dev qttools5-dev qttools5-dev-tools libqt5opengl5-dev libpthread-stubs0-dev rpm libfuse2
@@ -53,25 +53,25 @@ jobs:
5353 mv ScanTailor*.AppImage scantailor.AppImage
5454
5555 - name : Upload Linux bin
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : scantailor-linux-ubuntu-latest-qt5
5959 path : build/scantailor
6060
6161 - name : Upload Linux DEB
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v6
6363 with :
6464 name : scantailor-linux-ubuntu-latest-qt5-deb
6565 path : build/scantailor.deb
6666
6767 - name : Upload Linux RPM
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v6
6969 with :
7070 name : scantailor-linux-ubuntu-latest-qt5-rpm
7171 path : build/scantailor.rpm
7272
7373 - name : Upload Linux AppImage
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v6
7575 with :
7676 name : scantailor-linux-appimage
7777 path : build/scantailor.AppImage
Original file line number Diff line number Diff line change 1212 name : clang-format
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1414 name : Build .deb
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set version from tag
2020 run : |
3434 run : ./build-deb.sh build
3535
3636 - name : Upload .deb artifact
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : deb-package
4040 path : scantailor-advanced_*_amd64.deb
4343 name : Build AppImage
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747
4848 - name : Set version from tag
4949 run : |
You can’t perform that action at this time.
0 commit comments