@@ -82,39 +82,39 @@ jobs:
8282 release --verbose --skip=publish,nfpm,snapcraft --snapshot --clean
8383
8484 - name : Upload Darwin AMD64 Artifacts
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : llgo-darwin-amd64
8888 path : .dist/*darwin-amd64.tar.gz
8989 retention-days : 3
9090 include-hidden-files : true
9191
9292 - name : Upload Darwin ARM64 Artifacts
93- uses : actions/upload-artifact@v6
93+ uses : actions/upload-artifact@v7
9494 with :
9595 name : llgo-darwin-arm64
9696 path : .dist/*darwin-arm64.tar.gz
9797 retention-days : 3
9898 include-hidden-files : true
9999
100100 - name : Upload Linux AMD64 Artifacts
101- uses : actions/upload-artifact@v6
101+ uses : actions/upload-artifact@v7
102102 with :
103103 name : llgo-linux-amd64
104104 path : .dist/*linux-amd64.tar.gz
105105 retention-days : 3
106106 include-hidden-files : true
107107
108108 - name : Upload Linux ARM64 Artifacts
109- uses : actions/upload-artifact@v6
109+ uses : actions/upload-artifact@v7
110110 with :
111111 name : llgo-linux-arm64
112112 path : .dist/*linux-arm64.tar.gz
113113 retention-days : 3
114114 include-hidden-files : true
115115
116116 - name : Upload Checksums
117- uses : actions/upload-artifact@v6
117+ uses : actions/upload-artifact@v7
118118 with :
119119 name : llgo-checksums
120120 path : .dist/*checksums.txt
@@ -158,7 +158,7 @@ jobs:
158158 with :
159159 go-version : ${{ matrix.go-version }}
160160 - name : Download Platform Artifact
161- uses : actions/download-artifact@v7
161+ uses : actions/download-artifact@v8
162162 with :
163163 name : llgo-${{ matrix.goos }}-${{ matrix.goarch }}
164164 path : .
0 commit comments