From cf638e04d9cc7b6c46f724a8d31767a98a59ee70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:17:32 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_book-en.yml | 2 +- .github/workflows/deploy_book-fr.yml | 2 +- .github/workflows/deploy_pres-en.yml | 2 +- .github/workflows/deploy_pres-fr.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_book-en.yml b/.github/workflows/deploy_book-en.yml index 23ceedf..bdd3175 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 d137d96..db09950 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 f0fd3d3..ffd0f82 100644 --- a/.github/workflows/deploy_pres-en.yml +++ b/.github/workflows/deploy_pres-en.yml @@ -98,7 +98,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 e6de6df..dd6dfd3 100644 --- a/.github/workflows/deploy_pres-fr.yml +++ b/.github/workflows/deploy_pres-fr.yml @@ -98,7 +98,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