Skip to content

Commit 4f5f08f

Browse files
authored
Merge pull request #653 from espressif/fix/deploy_github_pages
ci(github-pages): Fix versions
2 parents bcb0c1c + fe5c99c commit 4f5f08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_gh_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Download site from launchpad examples
16-
uses: actions/download-artifact@v3
16+
uses: actions/download-artifact@v4
1717
with:
1818
name: gh-pages-launchpad
1919
path: ./combined-site
2020

2121
- name: Download site from release checker
22-
uses: actions/download-artifact@v3
22+
uses: actions/download-artifact@v4
2323
with:
2424
name: gh-pages-release-checker
2525
path: ./combined-site
2626

2727
- name: Upload combined site
28-
uses: actions/upload-pages-artifact@v3
28+
uses: actions/upload-pages-artifact@v4
2929
with:
3030
path: ./combined-site
3131

0 commit comments

Comments
 (0)