Bump actions/download-artifact from 2 to 3 in /.github/workflows

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-11-23 01:26:39 +00:00 committed by GitHub
parent 45c8c6650b
commit 55aa253819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Download Static Web App Artifact - name: Download Static Web App Artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: static-web-app name: static-web-app
path: dist/ path: dist/