Skip to content

Commit 1b9efac

Browse files
committed
Bump upload-artifacts to v4
1 parent 772905d commit 1b9efac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/configure-pages@v5
8484

8585
- name: Upload artifacts
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: html-docs
8989
path: docs/_build
@@ -113,4 +113,4 @@ jobs:
113113
number: ${{ github.event.number }}
114114
id: deploy-preview
115115
message: "A preview of ${{ github.event.after }} is uploaded and can be seen here:\n\n ✨ ${{ env.BASE_URL }} ✨\n\nChanges may take a few minutes to propagate. Since this is a preview of production, content with `draft: true` will not be rendered. The source is here: https://github.com/${{ github.repository }}/tree/gh-pages/${{ env.PR_PATH }}/"
116-
recreate: true
116+
recreate: true

0 commit comments

Comments
 (0)