diff --git a/.github/workflows/deploy_book-en.yml b/.github/workflows/deploy_book-en.yml index 6930f77..5e22082 100644 --- a/.github/workflows/deploy_book-en.yml +++ b/.github/workflows/deploy_book-en.yml @@ -112,7 +112,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 a8dce97..b128170 100644 --- a/.github/workflows/deploy_book-fr.yml +++ b/.github/workflows/deploy_book-fr.yml @@ -112,7 +112,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 5c381e9..45adfc9 100644 --- a/.github/workflows/deploy_pres-en.yml +++ b/.github/workflows/deploy_pres-en.yml @@ -97,7 +97,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 67a8281..9cdb810 100644 --- a/.github/workflows/deploy_pres-fr.yml +++ b/.github/workflows/deploy_pres-fr.yml @@ -97,7 +97,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