File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080 docker-version : ${{ env.BUILDER_VERSION }}
8181
8282 - name : Upload artifacts
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : docs
8686 path : |
8989 retention-days : 7
9090
9191 - name : Upload search indexes
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : ${{ env.ARTIFACT_INDEXES }}
9595 path : artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -154,7 +154,7 @@ jobs:
154154 cd ..
155155
156156 - name : Update search indexes
157- uses : actions/upload-artifact@v4
157+ uses : actions/upload-artifact@v5
158158 with :
159159 name : ${{ env.ARTIFACT_INDEXES_CLEARED }}
160160 path : ${{ env.ARTIFACT_INDEXES }}/${{ env.ALGOLIA_ARTIFACT }}
@@ -175,7 +175,7 @@ jobs:
175175 echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
176176
177177 - name : Upload artifacts
178- uses : actions/upload-artifact@v4
178+ uses : actions/upload-artifact@v5
179179 with :
180180 name : robots
181181 path : robots.txt
Original file line number Diff line number Diff line change 6464 docker-version : ${{ env.BUILDER_VERSION }}
6565
6666 - name : Upload artifacts
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 with :
6969 name : docs
7070 path : |
You can’t perform that action at this time.
0 commit comments