fix(deps): bump actions/download-artifact from 2 to 3

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

---
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]
2022-04-11 17:24:24 +00:00
committed by Sebastian Thomschke
parent b30f9d6f42
commit 01ecee621c

View File

@@ -204,7 +204,7 @@ jobs:
github-token: ${{ steps.generate_token.outputs.token }}
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
- name: "Delete previous 'latest' release"
run: |