diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8cc1410..f0ffb85b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -321,4 +321,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 \ No newline at end of file + uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action \ No newline at end of file