diff --git a/.github/workflows/deploy_book-template.yml b/.github/workflows/deploy_book-template.yml index e3c4dfe..26092de 100644 --- a/.github/workflows/deploy_book-template.yml +++ b/.github/workflows/deploy_book-template.yml @@ -63,7 +63,7 @@ jobs: persist-credentials: false - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: book-template # optional diff --git a/.github/workflows/deploy_presentation-template.yml b/.github/workflows/deploy_presentation-template.yml index 8a4fed0..0be0b55 100644 --- a/.github/workflows/deploy_presentation-template.yml +++ b/.github/workflows/deploy_presentation-template.yml @@ -60,7 +60,7 @@ jobs: persist-credentials: false - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: presentation-template # optional