@@ -15,12 +15,12 @@ jobs:
1515 unix :
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with : { fetch-depth: 0 }
2020 - name : Create installer
2121 run : ./installer/unix/build-installer.sh
2222 - name : Provide installer as a build artifact
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@v5
2424 with :
2525 name : unix-installer
2626 path : ./*.unix.tar.gz
3131 matrix :
3232 on : [ ubuntu-24.04, macos-13, macos-14 ]
3333 steps :
34- - uses : actions/download-artifact@v5
34+ - uses : actions/download-artifact@v6
3535 with :
3636 name : unix-installer
3737 - name : Extract installer
4343 runs-on : windows-latest
4444 needs : [ unix ]
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 with : { fetch-depth: 0 }
48- - uses : actions/download-artifact@v5
48+ - uses : actions/download-artifact@v6
4949 with :
5050 name : unix-installer
5151 path : installer/win/
@@ -62,12 +62,12 @@ jobs:
6262 source installer/unix/version.sh
6363 mv wsldl.exe installer/win/sage-flatsurf-$VERSION.exe
6464 - name : Compile .iss to .exe installer
65- uses : Minionguyjpro/Inno-Setup-Action@v1.2.6
65+ uses : Minionguyjpro/Inno-Setup-Action@v1.2.7
6666 with :
6767 path : installer/win/installer.iss
6868 options : /O+
6969 - name : Provide installer as a build artifact
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v5
7171 with :
7272 name : windows-installer
7373 path : ./installer/win/Output/*.exe
0 commit comments