diff --git a/.github/workflows/deploy-examples.yml b/.github/workflows/deploy-examples.yml index 6dc5048..bdf180b 100644 --- a/.github/workflows/deploy-examples.yml +++ b/.github/workflows/deploy-examples.yml @@ -466,6 +466,6 @@ jobs: - name: Deploy the retained snapshot to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ needs.package-site.outputs.pages-artifact }} diff --git a/.github/workflows/rollback-examples.yml b/.github/workflows/rollback-examples.yml index 0641d17..810a9b6 100644 --- a/.github/workflows/rollback-examples.yml +++ b/.github/workflows/rollback-examples.yml @@ -354,6 +354,6 @@ jobs: - name: Deploy the retained snapshot to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ needs.package-site.outputs.pages-artifact }}