From 8a6ce9438813632b7fa5cbab1b3f845c6231e6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:17:33 +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 2aa3393..e5d6209 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 3eab0c7..65884d7 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 ba67e23..69150d4 100644 --- a/.github/workflows/deploy_pres-en.yml +++ b/.github/workflows/deploy_pres-en.yml @@ -91,7 +91,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 b53b46d..14487bf 100644 --- a/.github/workflows/deploy_pres-fr.yml +++ b/.github/workflows/deploy_pres-fr.yml @@ -91,7 +91,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