build(deps): bump actions/download-artifact in /.github/workflows (#63)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-14 10:19:34 +02:00 committed by GitHub
parent c97cb99faa
commit 60a69b05cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
steps:
- run: sudo apt-get update
- run: sudo apt-get install awscli
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: github-pages
- run: |