File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ jobs:
115115 python -m pip install -U -r requirements/packaging.txt
116116
117117 - name : Download translations
118- uses : actions/download-artifact@v4
118+ uses : actions/download-artifact@v5
119119 with :
120120 name : translations-build
121121 path : ${{ env.PROJECT_FOLDER }}
122122
123123 - name : Download dependencies
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : dependencies-build
127127 path : ${{ env.PROJECT_FOLDER }}/ext_libs/
@@ -174,13 +174,13 @@ jobs:
174174 python -m pip install -U -r requirements/packaging.txt
175175
176176 - name : Download translations
177- uses : actions/download-artifact@v4
177+ uses : actions/download-artifact@v5
178178 with :
179179 name : translations-build
180180 path : ${{ env.PROJECT_FOLDER }}
181181
182182 - name : Download dependencies
183- uses : actions/download-artifact@v4
183+ uses : actions/download-artifact@v5
184184 with :
185185 name : dependencies-build
186186 path : ${{ env.PROJECT_FOLDER }}/ext_libs/
You can’t perform that action at this time.
0 commit comments