Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 518e716 commit e4630a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_book-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_book-fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pres-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pres-fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4630a1

Please sign in to comment.