Bump actions/download-artifact from 3 to 4

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 2 years ago committed by Miloš Komarčević
parent 2a3c11c457
commit bc18c2a22c

@ -208,7 +208,7 @@ jobs:
console.log( "Failed with error\n", error);
}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: List downloaded files
run: tree -L 3

Loading…
Cancel
Save