8989 fi
9090
9191 - name : Archive app artifacts
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : app-dist
9595 path : |
@@ -194,7 +194,7 @@ jobs:
194194 go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
195195
196196 - name : Download app artifacts
197- uses : actions/download-artifact@v5
197+ uses : actions/download-artifact@v6
198198 with :
199199 name : app-dist
200200 path : app/dist.tar.xz
@@ -261,7 +261,7 @@ jobs:
261261 go build -trimpath -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o dist/$BINARY_NAME -v main.go
262262
263263 - name : Archive backend artifacts
264- uses : actions/upload-artifact@v4
264+ uses : actions/upload-artifact@v5
265265 with :
266266 name : ${{ env.ARTIFACT }}
267267 path : dist/${{ env.BINARY_NAME }}
@@ -348,7 +348,7 @@ jobs:
348348 go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
349349
350350 - name : Download app artifacts
351- uses : actions/download-artifact@v5
351+ uses : actions/download-artifact@v6
352352 with :
353353 name : app-dist
354354 path : app/dist.tar.xz
@@ -362,7 +362,7 @@ jobs:
362362 go build -trimpath -tags=jsoniter -ldflags "-w -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o dist/$BINARY_NAME -v main.go
363363
364364 - name : Archive backend artifacts
365- uses : actions/upload-artifact@v4
365+ uses : actions/upload-artifact@v5
366366 with :
367367 name : ${{ env.ARTIFACT }}
368368 path : dist/${{ env.BINARY_NAME }}
@@ -422,7 +422,7 @@ jobs:
422422 type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
423423
424424 - name : Download artifacts
425- uses : actions/download-artifact@v5
425+ uses : actions/download-artifact@v6
426426 with :
427427 path : ./dist
428428
0 commit comments