Skip to content

Commit 93a635c

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#1111)
1 parent ed5502f commit 93a635c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mkdir pages
3131
cp -R .github/antora-docs/. pages
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v3
33+
uses: actions/upload-pages-artifact@v4
3434
with:
3535
path: pages
3636

0 commit comments

Comments
 (0)