Browse Source

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] <support@github.com>
pull/1183/head
dependabot[bot] 2 weeks ago
committed by GitHub
parent
commit
40ef8bae55
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -799,7 +799,7 @@ jobs:
- name: Fetch all Artifacts - name: Fetch all Artifacts
if: steps.get_tagtype.outputs.TAGTYPE == 'tag' if: steps.get_tagtype.outputs.TAGTYPE == 'tag'
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
path: artifacts path: artifacts

Loading…
Cancel
Save