diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4af24094..6d172db6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,4 +125,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action