9393 run : |
9494 dotnet publish src/CHttpExtension -r linux-x64 -f net9.0 # .NET 9
9595 - name : Upload CHttpExtension file to artifacts (linux-x64)
96- uses : actions/upload-artifact@v4
96+ uses : actions/upload-artifact@v7
9797 with :
9898 name : CHttpExtension-linux-x64 # The name of the artifact bundle
9999 path : src/CHttpExtension/bin/Release/net9.0/linux-x64/publish/*
@@ -112,7 +112,7 @@ jobs:
112112 run : |
113113 dotnet publish src/CHttpExtension -r linux-arm64 -f net9.0 # .NET 9
114114 - name : Upload CHttpExtension file to artifacts (linux-arm64)
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@v7
116116 with :
117117 name : CHttpExtension-linux-arm64 # The name of the artifact bundle
118118 path : src/CHttpExtension/bin/Release/net9.0/linux-arm64/publish/*
@@ -147,12 +147,12 @@ jobs:
147147 dotnet publish src/CHttpExtension -r win-x64 -f net9.0 # .NET 9
148148 dotnet publish src/CHttpExtension -r win-arm64 -f net9.0 # .NET 9
149149 - name : Upload CHttpExtension file to artifacts (win-x64)
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@v7
151151 with :
152152 name : CHttpExtension-win-x64 # The name of the artifact bundle
153153 path : src/CHttpExtension/bin/Release/net9.0/win-x64/publish/*
154154 - name : Upload CHttpExtension file to artifacts (win-arm64)
155- uses : actions/upload-artifact@v4
155+ uses : actions/upload-artifact@v7
156156 with :
157157 name : CHttpExtension-win-arm64 # The name of the artifact bundle
158158 path : src/CHttpExtension/bin/Release/net9.0/win-arm64/publish/*
@@ -171,7 +171,7 @@ jobs:
171171 - name : Set VERSION variable from tag
172172 run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
173173 - name : Download Platform Specific Artifacts (linux-x64)
174- uses : actions/download-artifact@v4
174+ uses : actions/download-artifact@v8
175175 with :
176176 name : CHttpExtension-linux-x64
177177 path : src/VSCodeExt/src/chttp-linux-x64
@@ -201,7 +201,7 @@ jobs:
201201 - name : Set VERSION variable from tag
202202 run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
203203 - name : Download Platform Specific Artifacts (linux-arm64)
204- uses : actions/download-artifact@v4
204+ uses : actions/download-artifact@v8
205205 with :
206206 name : CHttpExtension-linux-arm64
207207 path : src/VSCodeExt/src/chttp-linux-arm64
@@ -231,7 +231,7 @@ jobs:
231231 - name : Set VERSION variable from tag
232232 run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
233233 - name : Download Platform Specific Artifacts (win-x64)
234- uses : actions/download-artifact@v4
234+ uses : actions/download-artifact@v8
235235 with :
236236 name : CHttpExtension-win-x64
237237 path : src/VSCodeExt/src/chttp-win32-x64
@@ -261,7 +261,7 @@ jobs:
261261 - name : Set VERSION variable from tag
262262 run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
263263 - name : Download Platform Specific Artifacts (win-arm64)
264- uses : actions/download-artifact@v4
264+ uses : actions/download-artifact@v8
265265 with :
266266 name : CHttpExtension-win-arm64
267267 path : src/VSCodeExt/src/chttp-win32-arm64
0 commit comments