mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-11 18:59:09 +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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download built artifact ⌛
|
- name: Download built artifact ⌛
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: output
|
path: output
|
||||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download built artifact ⌛
|
- name: Download built artifact ⌛
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: output
|
path: output
|
||||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user