File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8787 curl -O https://raw.githubusercontent.com/XTLS/go-win7/refs/heads/build/LICENSE
8888
8989 - name : Upload package to Artifacts
90- uses : actions/upload-artifact@v6
90+ uses : actions/upload-artifact@v7
9191 with :
9292 name : go-for-win7-${{ env.ASSET_NAME }}
9393 path : |
@@ -144,7 +144,7 @@ jobs:
144144 curl -O https://raw.githubusercontent.com/XTLS/go-win7/refs/heads/build/LICENSE
145145
146146 - name : Upload package to Artifacts
147- uses : actions/upload-artifact@v6
147+ uses : actions/upload-artifact@v7
148148 with :
149149 name : source-pre-KB2533623
150150 path : |
@@ -201,7 +201,7 @@ jobs:
201201 curl -O https://raw.githubusercontent.com/XTLS/go-win7/refs/heads/build/LICENSE
202202
203203 - name : Upload package to Artifacts
204- uses : actions/upload-artifact@v6
204+ uses : actions/upload-artifact@v7
205205 with :
206206 name : source-pre-SP1
207207 path : |
Original file line number Diff line number Diff line change 9292 ls -al ./bin
9393
9494 - name : Upload package to Artifacts
95- uses : actions/upload-artifact@v6
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : go-for-win7-${{ env.ASSET_NAME }}
9898 path : |
Original file line number Diff line number Diff line change 9292 ls -al ./bin
9393
9494 - name : Upload package to Artifacts
95- uses : actions/upload-artifact@v6
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : go-for-win7-${{ env.ASSET_NAME }}
9898 path : |
Original file line number Diff line number Diff line change 9393 ls -al ./bin
9494
9595 - name : Upload package to Artifacts
96- uses : actions/upload-artifact@v6
96+ uses : actions/upload-artifact@v7
9797 with :
9898 name : go-for-win7-${{ env.ASSET_NAME }}
9999 path : |
Original file line number Diff line number Diff line change 9393 ls -al ./bin
9494
9595 - name : Upload package to Artifacts
96- uses : actions/upload-artifact@v6
96+ uses : actions/upload-artifact@v7
9797 with :
9898 name : go-for-win7-${{ env.ASSET_NAME }}
9999 path : |
Original file line number Diff line number Diff line change 8888 ls -al ./bin
8989
9090 - name : Upload package to Artifacts
91- uses : actions/upload-artifact@v6
91+ uses : actions/upload-artifact@v7
9292 with :
9393 name : go-for-win7-${{ env.ASSET_NAME }}
9494 path : |
@@ -115,7 +115,7 @@ jobs:
115115 curl -L -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://github.com/XTLS/go-win7/raw/refs/heads/build/pre-KB2533623-1-26.diff | patch --verbose -p 1
116116
117117 - name : Upload package to Artifacts
118- uses : actions/upload-artifact@v6
118+ uses : actions/upload-artifact@v7
119119 with :
120120 name : source-pre-KB2533623
121121 path : |
@@ -142,7 +142,7 @@ jobs:
142142 curl -L -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://github.com/XTLS/go-win7/raw/refs/heads/build/pre-SP1-1-26.diff | patch --verbose -p 1
143143
144144 - name : Upload package to Artifacts
145- uses : actions/upload-artifact@v6
145+ uses : actions/upload-artifact@v7
146146 with :
147147 name : source-pre-SP1
148148 path : |
Original file line number Diff line number Diff line change 8484 ls -al ./bin
8585
8686 - name : Upload package to Artifacts
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : go-for-win7-master-${{ env.ASSET_NAME }}
9090 path : |
@@ -111,7 +111,7 @@ jobs:
111111 curl -L -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://github.com/XTLS/go-win7/raw/refs/heads/build/patchmaster/pre-KB2533623-master.diff | patch --verbose -p 1
112112
113113 - name : Upload package to Artifacts
114- uses : actions/upload-artifact@v6
114+ uses : actions/upload-artifact@v7
115115 with :
116116 name : source-pre-KB2533623-master
117117 path : |
You can’t perform that action at this time.
0 commit comments