1111 MACOSX_DEPLOYMENT_TARGET : 10.14
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
1616 submodules : recursive
1717 - name : Download artifact
2525 - name : Install dependencies
2626 run : |
2727 HASH=($(shasum prepare_osx_build_environment.sh))
28- curl -O -L -s https://installer.id.ee/media/github/opensc_0.20.0.2 .pkg
28+ curl -O -L -s https://installer.id.ee/media/github/opensc_0.22.0 .pkg
2929 curl -O -L -s https://installer.id.ee/media/github/${HASH}.zip
3030 sudo installer -verboseR -pkg libdigidocpp-pkg/libdigidocpp*.pkg -target /
3131 sudo installer -verboseR -pkg opensc_*.pkg -target /
4040 -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -B build -S .
4141 cmake --build build --target zipdebug macdeployqt zip
4242 - name : Archive artifacts
43- uses : actions/upload-artifact@v2
43+ uses : actions/upload-artifact@v3
4444 with :
4545 name : pkgs
4646 path : build/qdigidoc4*.zip
8686 - name : Lintian
8787 run : lintian *.deb;
8888 - name : Archive artifacts
89- uses : actions/upload-artifact@v2
89+ uses : actions/upload-artifact@v3
9090 with :
9191 name : debs
9292 path : qdigidoc4*.*
9696 container : ${{ matrix.container }}
9797 strategy :
9898 matrix :
99- container : ['fedora:34 ']
99+ container : ['fedora:35 ']
100100 env :
101101 MAKEFLAGS : -j3
102102 steps :
@@ -121,7 +121,7 @@ jobs:
121121 cmake -DCMAKE_INSTALL_PREFIX=/usr -B build -S .
122122 cmake --build build --target all package
123123 - name : Archive artifacts
124- uses : actions/upload-artifact@v2
124+ uses : actions/upload-artifact@v3
125125 with :
126126 name : rpms
127127 path : build/qdigidoc4*.rpm
@@ -153,7 +153,7 @@ jobs:
153153 toolset : 14.29
154154 - vcver : 142
155155 arch : x64
156- qtver : 6.3.0
156+ qtver : 6.3.1
157157 qtmodules : qt5compat
158158 qt : win64_msvc2019_64
159159 image : windows-2019
@@ -162,7 +162,7 @@ jobs:
162162 VER_SUFFIX : .VS${{ matrix.vcver }}
163163 steps :
164164 - name : Checkout
165- uses : actions/checkout@v2
165+ uses : actions/checkout@v3
166166 with :
167167 submodules : recursive
168168 - name : Download artifact
@@ -206,7 +206,7 @@ jobs:
206206 cmake --build build --target msi
207207 cmake --build build --target appx
208208 - name : Archive artifacts
209- uses : actions/upload-artifact@v2
209+ uses : actions/upload-artifact@v3
210210 with :
211211 name : msi
212212 path : |
@@ -221,7 +221,7 @@ jobs:
221221 PROJECTNAME : open-eid/DigiDoc4-Client
222222 steps :
223223 - name : Checkout
224- uses : actions/checkout@v2
224+ uses : actions/checkout@v3
225225 with :
226226 submodules : recursive
227227 - name : Install dependencies
0 commit comments