chore(deps): bump actions/download-artifact from 2 to 3 (#206)

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>

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]
2023-01-19 23:07:08 +01:00
committed by GitHub
parent 13d9a97547
commit b0570db2e9
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3.1.0 - uses: actions/checkout@v3.1.0
- name: Download a single artifact - name: Download a single artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: binaries name: binaries
- name: Install NSIS - name: Install NSIS