diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index 204883e2..d5d2b0e8 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -77,7 +77,7 @@ jobs: fi - name: Checkout theme - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: LizardByte/LizardByte.github.io ref: ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || inputs.theme_ref }} @@ -86,7 +86,7 @@ jobs: - name: Download input artifact if: inputs.site_artifact != '' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.site_artifact }} path: project @@ -230,7 +230,7 @@ jobs: needs: build steps: - name: Checkout gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ inputs.target_branch }} path: gh-pages @@ -243,7 +243,7 @@ jobs: run: rm -f -r ./gh-pages/* - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: site path: gh-pages