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 @@ -103,7 +103,7 @@ jobs:
103103 runs-on : ubuntu-latest
104104 steps :
105105 - name : Download NuGet artifact
106- uses : actions/download-artifact@v5
106+ uses : actions/download-artifact@v6
107107 with :
108108 name : nuget-package
109109 - name : Check NuGet contents
@@ -116,7 +116,7 @@ jobs:
116116 steps :
117117 - uses : actions/checkout@v5
118118 - name : Download NuGet artifact
119- uses : actions/download-artifact@v5
119+ uses : actions/download-artifact@v6
120120 - name : Tag and release packages
121121 env :
122122 GITHUB_TOKEN : " mock-token"
@@ -150,7 +150,7 @@ jobs:
150150 contents : read
151151 steps :
152152 - name : Download NuGet artifact
153- uses : actions/download-artifact@v5
153+ uses : actions/download-artifact@v6
154154 with :
155155 name : nuget-package
156156 path : downloaded
@@ -177,7 +177,7 @@ jobs:
177177 with :
178178 token : ${{ steps.app-token.outputs.token }}
179179 - name : Download NuGet artifact
180- uses : actions/download-artifact@v5
180+ uses : actions/download-artifact@v6
181181 - name : Tag and release packages
182182 env :
183183 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments