diff --git a/.github/workflows/deploy_book-en.yml b/.github/workflows/deploy_book-en.yml index 110a70c..633fca7 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 a98008a..7f43f17 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 1c97b50..0491d95 100644 --- a/.github/workflows/deploy_pres-en.yml +++ b/.github/workflows/deploy_pres-en.yml @@ -86,7 +86,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 6dd474f..a9572b8 100644 --- a/.github/workflows/deploy_pres-fr.yml +++ b/.github/workflows/deploy_pres-fr.yml @@ -86,7 +86,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