diff --git a/.github/workflows/deploy_book-en.yml b/.github/workflows/deploy_book-en.yml index 6784498..10d5136 100644 --- a/.github/workflows/deploy_book-en.yml +++ b/.github/workflows/deploy_book-en.yml @@ -110,7 +110,7 @@ jobs: persist-credentials: false - name: 🔻 Download artifact containing the book - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: book-en # optional diff --git a/.github/workflows/deploy_book-fr.yml b/.github/workflows/deploy_book-fr.yml index a4cf81d..193616f 100644 --- a/.github/workflows/deploy_book-fr.yml +++ b/.github/workflows/deploy_book-fr.yml @@ -110,7 +110,7 @@ jobs: persist-credentials: false - name: 🔻 Download artifact containing the book - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: book-fr # optional diff --git a/.github/workflows/deploy_pres-en.yml b/.github/workflows/deploy_pres-en.yml index 6ba7a45..839f4ce 100644 --- a/.github/workflows/deploy_pres-en.yml +++ b/.github/workflows/deploy_pres-en.yml @@ -95,7 +95,7 @@ jobs: persist-credentials: false - name: 🔻 Download artifact containing the presentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: pres-en # optional diff --git a/.github/workflows/deploy_pres-fr.yml b/.github/workflows/deploy_pres-fr.yml index f397ac3..ad898fa 100644 --- a/.github/workflows/deploy_pres-fr.yml +++ b/.github/workflows/deploy_pres-fr.yml @@ -89,7 +89,7 @@ jobs: persist-credentials: false - name: 🔻 Download artifact containing the presentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: pres-fr # optional