Skip to content

Commit 5eca662

Browse files
Merge pull request #38 from xdev-software/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2 parents c500cb1 + 4c16be4 commit 5eca662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/configure-pages@v3
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v2
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
name: site
4444
path: docs/site

0 commit comments

Comments
 (0)