3737 brew install Bearer/tap/gon
3838 make signdmg
3939 - name : upload artifacts
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v6
4141 with :
4242 name : dmg-release
4343 path : release
6868 make release
6969 source settings.sh ; echo "version=${VERSION}-${ITERATION}" >> $GITHUB_OUTPUT
7070 - name : upload artifacts
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v6
7272 with :
7373 name : release
7474 path : release
8686 runs-on : ubuntu-latest
8787 steps :
8888 - name : " Download files: ${{ matrix.files }}"
89- uses : actions/download-artifact@v4
89+ uses : actions/download-artifact@v7
9090 with :
9191 name : ${{ matrix.files }}
9292 - name : Upload files to unstable.golift.io
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 steps :
109109 - name : Download release files
110- uses : actions/download-artifact@v4
110+ uses : actions/download-artifact@v7
111111 with :
112112 name : release
113113 - uses : golift/upload-packagecloud@v1
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 steps :
128128 - name : Download release files
129- uses : actions/download-artifact@v4
129+ uses : actions/download-artifact@v7
130130 with :
131131 name : release
132132 - uses : golift/upload-packagecloud@v1
@@ -150,7 +150,7 @@ jobs:
150150 runs-on : ubuntu-latest
151151 steps :
152152 - name : Download ${{ matrix.files }} Files
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v7
154154 with :
155155 name : ${{ matrix.files }}
156156 - name : Publish ${{ matrix.files }} artifacts to github
0 commit comments