Skip to content

Commit a8e6d84

Browse files
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](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 518e716 commit a8e6d84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_book-en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
persist-credentials: false
113113

114114
- name: 🔻 Download artifact containing the book
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4.1.7
116116
with:
117117
# Artifact name
118118
name: book-en # optional

.github/workflows/deploy_book-fr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
persist-credentials: false
113113

114114
- name: 🔻 Download artifact containing the book
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4.1.7
116116
with:
117117
# Artifact name
118118
name: book-fr # optional

.github/workflows/deploy_pres-en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
persist-credentials: false
9898

9999
- name: 🔻 Download artifact containing the presentation
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
# Artifact name
103103
name: pres-en # optional

.github/workflows/deploy_pres-fr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
persist-credentials: false
9898

9999
- name: 🔻 Download artifact containing the presentation
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
# Artifact name
103103
name: pres-fr # optional

0 commit comments

Comments
 (0)