Skip to content

Commit 64d02a9

Browse files
Merge pull request #353 from rancher/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 18bd94d + 82aaef2 commit 64d02a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate Site
3535
run: make gh-pages
3636
- name: Upload Artifacts
37-
uses: actions/upload-pages-artifact@v3
37+
uses: actions/upload-pages-artifact@v4
3838
with:
3939
path: build/site
4040
- name: Push the static site content to gh-pages branch

0 commit comments

Comments
 (0)