Skip to content

Commit

Permalink
Merge pull request RHsyseng#102 from alosadagrande/lab-4.15
Browse files Browse the repository at this point in the history
Updates modules for actions in 4.15
  • Loading branch information
alosadagrande authored Sep 25, 2024
2 parents 6aa95b0 + 86fda6b commit e034bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
antora_playbook: site.yml
- name: "Upload generated site"
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download generated site
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
Expand Down

0 comments on commit e034bbc

Please sign in to comment.