Merge pull request #252 from MustardChef/dependabot/github_actions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
This commit is contained in:
MustardChef 2023-12-18 13:41:57 +00:00 committed by GitHub
commit 17121508dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ jobs:
uses: actions/checkout@v4
- name: Download built artifact ⌛
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: output
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}

View File

@ -134,7 +134,7 @@ jobs:
uses: actions/checkout@v4
- name: Download built artifact ⌛
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: output
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}