Skip to content

Commit

Permalink
Merge pull request #862 from openshift-cherrypick-robot/cherry-pick-8…
Browse files Browse the repository at this point in the history
…61-to-18.0-fr1

[18.0-fr1] Update actions
  • Loading branch information
openshift-merge-bot[bot] authored Jan 23, 2025
2 parents db14feb + 2bdc027 commit a1e9ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -43,7 +43,7 @@ jobs:
docs/build-docs.sh
- name: Upload artifacts
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/build/html/
deploy:
Expand All @@ -57,4 +57,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit a1e9ae0

Please sign in to comment.