mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2026-06-04 17:26:15 +08:00
Merge pull request #733 from MustardChef/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
This commit is contained in:
2
.github/workflows/build_arm64_old.yml
vendored
2
.github/workflows/build_arm64_old.yml
vendored
@@ -130,7 +130,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download built artifact ⌛
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: output
|
||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||
|
||||
2
.github/workflows/build_old.yml
vendored
2
.github/workflows/build_old.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download built artifact ⌛
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: output
|
||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||
|
||||
Reference in New Issue
Block a user