Skip to content

Commit 464ad9a

Browse files
authored
Merge pull request #43 from intel/dependabot/github_actions/actions/upload-pages-artifact-3
⬆️ Bump actions/upload-pages-artifact from 2 to 3
2 parents 431bd1c + 9002a3c commit 464ad9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/asciidoctor-ghpages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: needs.configure.outputs.enable_publish == 'true'
5151
uses: actions/configure-pages@v4
5252
- name: Upload artifacts
53-
uses: actions/upload-pages-artifact@v2
53+
uses: actions/upload-pages-artifact@v3
5454
with:
5555
path: ./generated-html
5656

0 commit comments

Comments
 (0)