File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,12 +146,12 @@ jobs:
146146 -p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }} `
147147 -p:DecryptKey="${{ secrets.WINDOWTRANSLATOR_DECRYPTKEY }}"
148148 }
149- - uses : actions/download-artifact@v7
149+ - uses : actions/download-artifact@v8
150150 if : ${{ needs.docs.result == 'success' }}
151151 with :
152152 name : docs
153153 path : publish
154- - uses : actions/download-artifact@v7
154+ - uses : actions/download-artifact@v8
155155 if : ${{ needs.license.result == 'success' }}
156156 with :
157157 name : licenses
@@ -183,7 +183,7 @@ jobs:
183183 - uses : actions/setup-dotnet@v5
184184 with :
185185 dotnet-version : 10.0.x
186- - uses : actions/download-artifact@v7
186+ - uses : actions/download-artifact@v8
187187 with :
188188 path : artifacts
189189 pattern : WindowTranslator-full-*
@@ -207,7 +207,7 @@ jobs:
207207 permissions :
208208 contents : write
209209 steps :
210- - uses : actions/download-artifact@v7
210+ - uses : actions/download-artifact@v8
211211 - run : |
212212 for dir in WindowTranslator-*/; do
213213 base=$(basename "$dir")
You can’t perform that action at this time.
0 commit comments