Skip to content

Commit e9e7e2c

Browse files
Bump actions/upload-pages-artifact from 2 to 3 (#293)
1 parent c9d1db1 commit e9e7e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Pages
4242
uses: actions/configure-pages@v5
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v2
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
# Upload entire repository
4747
path: './site'

0 commit comments

Comments
 (0)