Skip to content

Commit ad4adae

Browse files
committed
Update upload-pages-artifact action to v3
Upgraded the GitHub Actions 'upload-pages-artifact' step from v2 to v3 in the documentation deployment workflow for improved reliability and features.
1 parent 65927ac commit ad4adae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
252252
253253
254-
# Job 4: Deploy documentation site
254+
# Job 4: Deploy documentation site
255255
deploy-docs:
256256
runs-on: ubuntu-latest
257257
needs: [update-docs]
@@ -276,7 +276,7 @@ jobs:
276276
uses: actions/configure-pages@v3
277277

278278
- name: Upload to GitHub Pages
279-
uses: actions/upload-pages-artifact@v2
279+
uses: actions/upload-pages-artifact@v3
280280
with:
281281
path: site/
282282

0 commit comments

Comments
 (0)