1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00

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>
This commit is contained in:
dependabot[bot] 2023-12-15 09:05:22 +00:00 committed by Stefano Pigozzi
parent 7bddba2902
commit 70625d0300

View file

@ -32,7 +32,7 @@ jobs:
- build - build
steps: steps:
- name: "Download built packages from artifacts" - name: "Download built packages from artifacts"
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: "Build" name: "Build"
path: dist/ path: dist/