Merge pull request #77 from thewtex/dependabot/github_actions/actions/download-artifact-3

Bump actions/download-artifact from 2 to 3
This commit is contained in:
Matt McCormick 2022-05-06 22:42:00 -04:00 committed by GitHub
commit 56b71ea699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ jobs:
submodules: 'recursive' submodules: 'recursive'
fetch-depth: 0 fetch-depth: 0
- name: get artifact - name: get artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: bin-artifact name: bin-artifact
path: . path: .