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 7474 echo "✅ All content checks passed"
7575
7676 - name : Upload artifact
77- uses : actions/upload-artifact@v5
77+ uses : actions/upload-artifact@v6
7878 with :
7979 name : single-module-docs
8080 path : docs/
@@ -139,7 +139,7 @@ jobs:
139139 echo "✅ All modules verified"
140140
141141 - name : Upload artifact
142- uses : actions/upload-artifact@v5
142+ uses : actions/upload-artifact@v6
143143 with :
144144 name : multi-module-docs
145145 path : docs/
@@ -171,7 +171,7 @@ jobs:
171171 echo "✅ Empty state handled correctly"
172172
173173 - name : Upload artifact
174- uses : actions/upload-artifact@v5
174+ uses : actions/upload-artifact@v6
175175 with :
176176 name : no-modules-docs
177177 path : docs/
@@ -216,7 +216,7 @@ jobs:
216216 echo "✅ HTML structure is valid"
217217
218218 - name : Upload artifact
219- uses : actions/upload-artifact@v5
219+ uses : actions/upload-artifact@v6
220220 with :
221221 name : special-chars-docs
222222 path : docs/
You can’t perform that action at this time.
0 commit comments