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 5555 docker-version : ${{ env.BUILDER_VERSION }}
5656
5757 - name : Upload artifacts
58- uses : actions/upload-artifact@v5
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : docs
6161 path : |
6464 retention-days : 7
6565
6666 - name : Upload search indexes
67- uses : actions/upload-artifact@v5
67+ uses : actions/upload-artifact@v6
6868 with :
6969 name : ${{ env.ARTIFACT_INDEXES }}
7070 path : artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -102,7 +102,7 @@ jobs:
102102 echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
103103
104104 - name : Upload artifacts
105- uses : actions/upload-artifact@v5
105+ uses : actions/upload-artifact@v6
106106 with :
107107 name : robots
108108 path : robots.txt
@@ -137,7 +137,7 @@ jobs:
137137 curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/resources/schemas/example-v2.json
138138
139139 - name : Upload artifacts
140- uses : actions/upload-artifact@v5
140+ uses : actions/upload-artifact@v6
141141 with :
142142 name : schemas
143143 path : |
Original file line number Diff line number Diff line change 4646 docker-version : ${{ env.BUILDER_VERSION }}
4747
4848 - name : Upload artifacts
49- uses : actions/upload-artifact@v5
49+ uses : actions/upload-artifact@v6
5050 with :
5151 name : docs
5252 path : |
You can’t perform that action at this time.
0 commit comments