mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
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:
commit
17121508dd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/buildarm64.yml
vendored
2
.github/workflows/buildarm64.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user