Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#6533)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-04 03:13:33 +00:00 committed by GitHub
parent 8306ad58bd
commit e6ebefc364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ jobs:
ref: unstable ref: unstable
- name: Download artefacts - name: Download artefacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
- name: Create release notes - name: Create release notes
run: | run: |

View File

@ -349,7 +349,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download artefacts - name: Download artefacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
- name: Create release notes - name: Create release notes
run: | run: |
cat > release_notes.md <<EOF cat > release_notes.md <<EOF