1515 name : Build .deb files for arm & intel
1616 runs-on : ubuntu-22.04
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Get Git History
2020 run : git fetch --unshallow --filter=blob:none --tags --force
2121 - name : Set Version
@@ -27,21 +27,21 @@ jobs:
2727 else
2828 echo "version=$(git describe --tags --long --match 'v*')" >> $GITHUB_OUTPUT
2929 fi
30- - uses : actions/setup-node@v3
30+ - uses : actions/setup-node@v4
3131 with :
3232 node-version : ' 20'
3333 - run : |
3434 sudo apt update && sudo apt install p7zip-full nsis
3535 CLI_VERSION=${{ steps.set-version.outputs.version }} node cli/.ci/set-package-vars.js
3636 CI_CD_BUILD=1 cli/.ci/package.sh
3737 - name : Archive Linux artifacts
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : Linux
4141 path : |
4242 cli/tmp/artifacts/linux
4343 - name : Archive Windows artifacts
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : Windows
4747 path : |
5151 name : Build, sign and notarize .pkg files for Mac
5252 runs-on : macos-14
5353 steps :
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@v4
5555 - name : Get Git History
5656 run : git fetch --unshallow --filter=blob:none --tags --force
5757 - name : Set Version
6363 else
6464 echo "version=$(git describe --tags --long --match 'v*')" >> $GITHUB_OUTPUT
6565 fi
66- - uses : actions/setup-node@v3
66+ - uses : actions/setup-node@v4
6767 with :
6868 node-version : ' 20'
6969 - name : Install the Apple certificate and provisioning profile
@@ -112,7 +112,7 @@ jobs:
112112 security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
113113
114114 - name : Archive Artifacts
115- uses : actions/upload-artifact@v3
115+ uses : actions/upload-artifact@v4
116116 with :
117117 name : MacOS
118118 path : |
0 commit comments