Merge pull request #102 from thewtex/dependabot/github_actions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
This commit is contained in:
Matt McCormick 2024-01-06 23:17:20 -05:00 committed by GitHub
commit bf0b2721df
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@v3 uses: actions/download-artifact@v4
with: with:
name: bin-artifact name: bin-artifact
path: . path: .