File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Download NuGet artifact
107- uses : actions/download-artifact@v5
107+ uses : actions/download-artifact@v6
108108 with :
109109 name : nuget-package
110110 - name : Check NuGet contents
@@ -117,7 +117,7 @@ jobs:
117117 steps :
118118 - uses : actions/checkout@v5
119119 - name : Download NuGet artifact
120- uses : actions/download-artifact@v5
120+ uses : actions/download-artifact@v6
121121 - name : Tag and release packages
122122 env :
123123 GITHUB_TOKEN : " mock-token"
@@ -151,7 +151,7 @@ jobs:
151151 contents : read
152152 steps :
153153 - name : Download NuGet artifact
154- uses : actions/download-artifact@v5
154+ uses : actions/download-artifact@v6
155155 with :
156156 name : nuget-package
157157 path : downloaded
@@ -178,7 +178,7 @@ jobs:
178178 with :
179179 token : ${{ steps.app-token.outputs.token }}
180180 - name : Download NuGet artifact
181- uses : actions/download-artifact@v5
181+ uses : actions/download-artifact@v6
182182 - name : Tag and release packages
183183 env :
184184 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments